Skip to content

v1.2.0

Compare
Choose a tag to compare
@linghengqian linghengqian released this 18 Aug 01:21
· 18 commits to master since this release

What's Changed

Full Changelog: v1.1.0...v1.2.0

Keep in sync with the Zookeeper Client version of org.apache.hive.shims:hive-shims-common:4.0.0.
Tip: apache/hive:master is using org.apache.zookeeper:zookeeper:3.8.4,
while apache/hive:rel/release-4.0.0 is using org.apache.zookeeper:zookeeper:3.8.3.
Build from apache/hive:rel/release-4.0.0.

The steps to use directly in Maven are as follows.
The latest version is available at https://central.sonatype.com/artifact/io.github.linghengqian/hive-server2-jdbc-driver-thin .

<dependencies>
    <dependency>
        <groupId>io.github.linghengqian</groupId>
        <artifactId>hive-server2-jdbc-driver-thin</artifactId>
        <version>1.2.0</version>
    </dependency>
</dependencies>

The current project also provides a HiveServer2 JDBC Driver Uber JAR to simplify the steps of specifying the classifier.
The current JAR also contains fixes for missing classes from the master branch of apache/hive.
The steps to use directly in Maven are as follows.
The latest version is at https://central.sonatype.com/artifact/io.github.linghengqian/hive-server2-jdbc-driver-uber .

<dependencies>
    <dependency>
        <groupId>io.github.linghengqian</groupId>
        <artifactId>hive-server2-jdbc-driver-uber</artifactId>
        <version>1.2.0</version>
    </dependency>
</dependencies>