首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >由于tez-ui原因,Apache Tez构建失败

由于tez-ui原因,Apache Tez构建失败
EN

Stack Overflow用户
提问于 2016-06-28 22:36:07
回答 3查看 551关注 0票数 1

我不能使用tez-release-0.7.0构建Apache Tez,因为在tez-ui上失败了。这是我在Ubuntu中的命令:

mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -Dfrontend-maven-plugin.version=0.0.23

我现在应该在哪里修复它?非常感谢你们。

代码语言:javascript
复制
[INFO] tez ................................................ SUCCESS [  1.177 s]
[INFO] tez-api ............................................ SUCCESS [ 14.120 s]
[INFO] tez-common ......................................... SUCCESS [  2.484 s]
[INFO] tez-runtime-internals .............................. SUCCESS [  3.732 s]
[INFO] tez-runtime-library ................................ SUCCESS [  9.160 s]
[INFO] tez-mapreduce ...................................... SUCCESS [  5.508 s]
[INFO] tez-examples ....................................... SUCCESS [  1.173 s]
[INFO] tez-dag ............................................ SUCCESS [ 16.850 s]
[INFO] tez-tests .......................................... SUCCESS [  3.581 s]
[INFO] tez-ui ............................................. FAILURE [01:33 min]
[INFO] tez-plugins ........................................ SKIPPED
[INFO] tez-yarn-timeline-history .......................... SKIPPED
[INFO] tez-yarn-timeline-history-with-acls ................ SKIPPED
[INFO] tez-mbeans-resource-calculator ..................... SKIPPED
[INFO] tez-tools .......................................... SKIPPED
[INFO] tez-dist ........................................... SKIPPED
[INFO] Tez ................................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:32 min
[INFO] Finished at: 2016-06-28T23:31:25+09:00
[INFO] Final Memory: 64M/197M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:npm (npm install) on project tez-ui: Failed to run task: 'npm install --color=false' failed. (error code 255) -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-ui
EN

回答 3

Stack Overflow用户

发布于 2017-05-09 18:59:37

安装git、node和npn。这在我的案例中起作用了。

票数 1
EN

Stack Overflow用户

发布于 2018-12-06 17:35:06

在tez-ui/src/main/webapp/下的.bowerrc文件中添加以下行,然后重新构建

代码语言:javascript
复制
"registry": "https://registry.bower.io" 
票数 0
EN

Stack Overflow用户

发布于 2019-08-27 05:16:11

我刚刚从pom中完全删除了'tez-ui‘,这可能是一个根据您的情况而定的选项

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

https://stackoverflow.com/questions/38079167

复制
相关文章

相似问题

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