如何为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吗?
答案 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>