如何使用Hive 0.11.0构建oozie 3.3.2?

时间:2014-01-08 10:12:30

标签: maven hive oozie oozie-coordinator

如何为Hive 0.11.0构建oozie 3.3.2?我已经修改了必要的pom文件以匹配hive版本。我得到以下异常:

Failure to find org.apache.hive:hive-builtins:jar:0.11.0 in http://repo1.maven.org/maven2

更新:我可以使用Hive内置的Hive 0.10.0吗?

1 个答案:

答案 0 :(得分:0)

我认为您在OOZIE_HOME / pom.xml中编辑了hive-0.10.0到hive-0.11.0。 hive-0.11.0没有hive-builtins.jar,因此从OOZIE_HOME / sharelib / hive / pom.xml中删除hive-bulitins依赖项。 我在pom.xml中向你展示了hive-builtins依赖行,从pom.xml中删除了这些行

<dependency>
    <groupId>org.apache.hive</groupId>
    <artifactId>hive-builtins</artifactId>
    <scope>compile</scope>
</dependency>