Releases: linghengqian/hive-server2-jdbc-driver
v1.5.0
What's Changed
Full Changelog: v1.4.0...v1.5.0
See https://github.com/linghengqian/hive-server2-jdbc-driver/blob/master/doc/CHANGELOG.md .
There are no GAV changes for this release.
v1.4.0
What's Changed
Full Changelog: v1.3.0...v1.4.0
See https://github.com/linghengqian/hive-server2-jdbc-driver/blob/master/doc/CHANGELOG.md .
There are no GAV changes for this release.
v1.3.0
What's Changed
Full Changelog: v1.2.0...v1.3.0
- See https://github.com/linghengqian/hive-server2-jdbc-driver/blob/master/doc/CHANGELOG.md .
- There are no GAV changes for this release.
v1.2.0
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>
v1.1.0
What's Changed
Full Changelog: v1.0.0...v1.1.0
Provides built-in GraalVM Reachability Metadata.
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.1.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.1.0</version>
</dependency>
</dependencies>
v1.0.0
Full Changelog: https://github.com/linghengqian/hive-server2-jdbc-driver/commits/v1.0.0
This is the first Thin JAR
build and an accompanying, intuitive Uber JAR
build for the HiveServer2 JDBC driver from apache/hive:rel/release-4.0.0
. Fixed all class conflicts.
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.0.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.0.0</version>
</dependency>
</dependencies>