【问题标题】:How to build oozie 3.3.2 with Hive 0.11.0?如何使用 Hive 0.11.0 构建 oozie 3.3.2?
【发布时间】:2014-01-08 10:12:29
【问题描述】:

如何为 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 0.10.0 的 hive-builtins 吗?

【问题讨论】:

    标签: maven hive oozie oozie-coordinator


    【解决方案1】:

    我认为您在 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>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-01-29
      • 1970-01-01
      • 2014-06-30
      相关资源
      最近更新 更多