2016-06-28 4 views
0

tez-ui에서 오류가 발생하여 tez-release-0.7.0으로 Apache Tez을 빌드 할 수 없습니다. 이 내 명령은 우분투에 있습니다tez-ui로 인해 Apache Tez 빌드가 실패했습니다.

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

가 어디에서 지금 해결해야합니까? 많은 분들께 감사드립니다.

[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 
+0

내 protoc 버전 : libprotoc 2.5.0. node -v -> v4.2.6. npm -v -> 3.5.2 – hminle

+0

아무도 도와 줄 수 있습니까? – hminle

답변

1

설치 노드, & npn. 내 경우 엔 효과가 있었어.

관련 문제