2014-01-08 33 views
1

我如何为Hive 0.11.0构建oozie 3.3.2?我已经修改必要的POM文件,以便与蜂巢version.I我收到以下异常:如何使用Hive 0.11.0构建oozie 3.3.2?

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

更新:我可以使用蜂巢0.10.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依赖项。 我向你展示了hive-builtins在pom.xml中的依赖关系行,从pom.xml中删除这些行

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