Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
updating to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timveil committed Nov 1, 2017
1 parent 4a35752 commit 9d07d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Please note this jar works with both kerberized and non-kerberized clusters. Co

You can download the latest binaries from the releases page: https://github.com/timveil/hive-jdbc-uber-jar/releases

* Updated for HDP 2.6.1.0 - 06/08/17 __LATEST__
* Updated for HDP 2.6.3.0 - 11/01/17 __LATEST__
* Updated for HDP 2.6.1.0 - 06/08/17
* Resolved issue with Zookeeper discovery - 01/27/17
* Added support kerberized clusters - 12/19/16
* Updated for HDP 2.5.3.0 - 12/01/16
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>veil.hdp.hive</groupId>
<artifactId>hive-jdbc-uber</artifactId>
<packaging>jar</packaging>
<version>2.6.2.0-205</version>
<version>2.6.3.0-235</version>

<name>Hive JDBC uber jar</name>
<description>Hive JDBC uber jar</description>
Expand All @@ -16,8 +16,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hive.version>1.2.1000.2.6.2.0-205</hive.version>
<hadoop.version>2.7.3.2.6.2.0-205</hadoop.version>
<hive.version>1.2.1000.2.6.3.0-235</hive.version>
<hadoop.version>2.7.3.2.6.3.0-235</hadoop.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>

Expand Down

0 comments on commit 9d07d6f

Please sign in to comment.