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

Commit

Permalink
adding support for HDP 2.4.0.0-169
Browse files Browse the repository at this point in the history
  • Loading branch information
timveil committed Mar 13, 2016
1 parent 96d6e3d commit b6a6459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<groupId>hive-jdbc-uber</groupId>
<artifactId>hive-jdbc-uber</artifactId>
<packaging>jar</packaging>
<version>2.3.4.0-3485</version>
<version>2.4.0.0-169</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hive.version>1.2.1.2.3.4.0-3485</hive.version>
<hadoop.version>2.7.1.2.3.4.0-3485</hadoop.version>
<hive.version>1.2.1000.2.4.0.0-169</hive.version>
<hadoop.version>2.7.1.2.4.0.0-169</hadoop.version>
<slf4j.version>1.7.13</slf4j.version>
</properties>

Expand Down

0 comments on commit b6a6459

Please sign in to comment.