Skip to content

Commit

Permalink
correction on hive version
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed May 20, 2016
1 parent 3a120e3 commit fd4dfd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 0 additions & 8 deletions hadoop-unit-client/hadoop-unit-client-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
<artifactId>hadoop-unit-client-hive</artifactId>
<name>hadoop-unit-client-hive</name>

<properties>

<hive.version>1.2.1</hive.version>

</properties>


<dependencies>

<dependency>
Expand Down Expand Up @@ -76,7 +69,6 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>${hive.version}</version>
</dependency>

</dependencies>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<commons-configuration.version>1.10</commons-configuration.version>
<commons-collections.version>3.2.1</commons-collections.version>

<hive.version>1.2.1</hive.version>
<hive.version>1.2.1000.2.4.0.0-169</hive.version>
<solr.version>5.4.1</solr.version>
<hadoop-mini-clusters.version>0.1.6</hadoop-mini-clusters.version>
<oozie.version>4.2.0.2.4.0.0-169</oozie.version>
Expand Down Expand Up @@ -415,6 +415,10 @@
<artifactId>metrics-jvm</artifactId>
<groupId>com.codahale.metrics</groupId>
</exclusion>
<exclusion>
<artifactId>hive-jdbc</artifactId>
<groupId>org.apache.hive</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit fd4dfd1

Please sign in to comment.