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

Commit

Permalink
Changed hive version dependency to 0.12.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Jun 25, 2014
1 parent 0fb2cd3 commit 96d7593
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .classpath
Expand Up @@ -8,8 +8,8 @@
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/hadoop-core-0.20.2-cdh3u6.jar"/>
<classpathentry kind="lib" path="lib/hive-exec-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/hive-serde-0.9.0.jar"/>
<classpathentry kind="lib" path="lib/optional/guava-r09-jarjar.jar"/>
<classpathentry kind="lib" path="lib/hive-exec-0.12.0.jar"/>
<classpathentry kind="lib" path="lib/hive-serde-0.12.0.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ through UDFs/UDAFs/UDTFs of Hive.
System requirements
--------------------

* Hive 0.9 and later (Tested for v0.9 - v0.12)
* Hive 0.12 and later

* Hadoop 0.20.x (CDH3 is our target)

Expand Down
File renamed without changes.
Binary file removed lib/hive-exec-0.9.0.jar
Binary file not shown.
File renamed without changes.
Binary file removed lib/hive-serde-0.9.0.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>hivemall</groupId>
<artifactId>hivemall</artifactId>
<version>0.1</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>hivemall</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 96d7593

Please sign in to comment.