Skip to content

Releases: lenchv/hive-driver

0.1.1 2020-02-21

23 Feb 21:56
18955d7
Compare
Choose a tag to compare
  • Changed version in package.json
  • Fixed retrieving data when Hive does not return hasResultSet
  • Added formatting progressUpdateResponse
  • Added connection example to Azure HDInsight

0.1.0 2020-02-17

20 Feb 22:28
050e4a5
Compare
Choose a tag to compare
  • Implemented methods in HiveDriver for CLIService of HIVE_CLI_SERVICE_PROTOCOL_V11

  • Added HiveClient, HiveSession, HiveOperation for interacation with HiveDriver

  • Added HiveUtils to help retrieving data and present it as JSON

  • Implemented Http and Tcp transports

  • Implemented authentications: NoSASL, Plain, Kerberos

  • Added kerberos authentication process via mongodb kerberos module

  • Implemented SSL secured connection