首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未能执行oozie项目的目标

未能执行oozie项目的目标
EN

Stack Overflow用户
提问于 2015-02-09 18:16:06
回答 1查看 515关注 0票数 0

我试图在ubuntu 13.10中使用hadoop-2.2.0和JDK-1.7配置oozie-4.0.1,但即使在以下三个文件中更改hadoop版本之后也会出现以下错误:

代码语言:javascript
复制
oozie_home/hadooplibs/hadoop-2/pom.xml
oozie_home/hadooplibs/hadoop-distcp-2/pom.xml
oozie_home/hadooplibs/hadoop-test-2/pom.xml
oozie_home/pom.xml

错误:

代码语言:javascript
复制
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:03.925s
[INFO] Finished at: Mon Feb 09 23:38:56 IST 2015
[INFO] Final Memory: 34M/281M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-sharelib-oozie: Could not resolve dependencies for project org.apache.oozie:oozie-sharelib-oozie:jar:4.0.1: The following artifacts could not be resolved: org.apache.oozie:oozie-hadoop:jar:2.2.0.oozie-4.0.1, org.apache.oozie:oozie-hadoop-test:jar:2.2.0.oozie-4.0.1: Failure to find org.apache.oozie:oozie-hadoop:jar:2.2.0.oozie-4.0.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :oozie-sharelib-oozie

ERROR, Oozie distro creation failed

我正在跟踪这个链接:http://gauravkohli.com/2014/08/26/apache-oozie-installation-on-hadoop-2-4-1/。任何一个人请在这里帮忙。

EN

回答 1

Stack Overflow用户

发布于 2015-02-10 13:09:42

我面临着上述问题,因为Maven无法访问完全的internet访问,这是在用resolve.conf IP更新NameServer文件之后解决的。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28416539

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档