gpt4 book ai didi

apache - 缺少依赖项 hive-builtins 导致构建失败,错误代码为 Oozie 410

转载 作者:可可西里 更新时间:2023-11-01 16:25:47 24 4
gpt4 key购买 nike

我尝试从源代码构建 oozie 但安装失败。我想安装 oozie 并急切地等待使用它。我在这个阶段失败了:当我从 oozie -3.3.3 目录中给出 cmd 时:

bin/mkdistro.sh -DskipTests

我遇到了这个错误:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:55 min
[INFO] Finished at: 2015-07-05T14:05:27+05:30
[INFO] Final Memory: 39M/372M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-sharelib-hive: Could not resolve dependencies for project org.apache.oozie:oozie-sharelib-hive:jar:3.3.2:
Failed to collect dependencies at org.apache.hive:hive-builtins:jar:0.13.1:
Failed to read artifact descriptor for org.apache.hive:hive-builtins:jar:0.13.1:
Could not transfer artifact org.apache.hive:hive-builtins:pom:0.13.1 from/to Codehaus repository (http://repository.codehaus.org/):
Failed to transfer file: http://repository.codehaus.org/org/apache/hive/hive-builtins/0.13.1/hive-builtins-0.13.1.pom. Return code is: 410 , ReasonPhrase:Gone.

仅供引用:在我的系统中,我有一个 Hadoop 1.0.4 和其他工具的工作环境:

  • sqoop-1.4.6,
  • apache-maven-3.3.3,
  • pig -0.13.0,
  • Hive-0.13.1,
  • hbase-0.98.4 和
  • Java - jdk1.7.0_45。

我遗漏了什么或配置错误导致构建失败?使用 oozie 的预构建版本是否更好?

最佳答案

Codehaus托管平台已结束,即他们的公共(public) Maven 存储库也已消失。你应该尝试关注 their advice并将以下内容添加到您的 ~/.m2/settings.xml 文件中:

<repositories>
<repository>
<id>Codehaus repository</id>
<name>codehaus-mule-repo</name>
<url>
https://repository-master.mulesoft.org/nexus/content/groups/public/
</url>
<layout>default</layout>
</repository>
</repositories>

这应该使用备份存储库来获取丢失的依赖项。

我不确定需要使用的存储库 ID。我使用了 Oozie 3.3.2 POM 中的那个以上。

关于apache - 缺少依赖项 hive-builtins 导致构建失败,错误代码为 Oozie 410,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31229585/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com