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

Commit

Permalink
updating for 2.6.5.0-292
Browse files Browse the repository at this point in the history
  • Loading branch information
timveil committed Jul 4, 2018
1 parent 9d07d6f commit 60cabde
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 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.3.0 - 11/01/17 __LATEST__
* Updated for HDP 2.6.5.0 - 07/04/18 __LATEST__
* Updated for HDP 2.6.3.0 - 11/01/17
* 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
Expand Down
16 changes: 12 additions & 4 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.3.0-235</version>
<version>2.6.5.0-292</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.3.0-235</hive.version>
<hadoop.version>2.7.3.2.6.3.0-235</hadoop.version>
<hive.version>1.2.1000.2.6.5.0-292</hive.version>
<hadoop.version>2.7.3.2.6.5.0-292</hadoop.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>

Expand All @@ -43,6 +43,14 @@
<scope>test</scope>
</dependency>-->

<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>${hive.version}</version>
<classifier>standalone</classifier>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
Expand Down Expand Up @@ -118,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.1.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 60cabde

Please sign in to comment.