i trying build apache tez (both 0.6.1 , 0.7.0 version) hadoop-2.6.0 in windows using below command
mvn clean package -dhadoop.version=2.6.0 -dskiptests -dmaven.javadoc.skip but getting below exception
[info] [info] --- exec-maven-plugin:1.3.2:exec (bower install) @ tez-ui ---bower filesaver.js#24b303f49213b905ec9062b708f7cd43d56a5dde enogit git not installed or not in path [info] ------------------------------------------------------------------------ [info] reactor summary: [info] [info] tez ................................................ success [ 0.924 s] [info] tez-api ............................................ success [ 11.585 s] [info] tez-common ......................................... success [ 1.421 s] [info] tez-runtime-internals .............................. success [ 2.029 s] [info] tez-runtime-library ................................ success [ 4.751 s] [info] tez-mapreduce ...................................... success [ 2.553 s] [info] tez-examples ....................................... success [ 0.862 s] [info] tez-dag ............................................ success [ 8.363 s] [info] tez-tests .......................................... success [ 2.044 s] [info] tez-ui ............................................. failure [ 3.105 s] [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: 38.169 s [info] finished at: 2015-07-13t15:07:23+05:30 [info] final memory: 76m/1049m [info] ------------------------------------------------------------------------ [error] failed execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (bower install) on project tez-ui: command execution failed. process exited error: 1 (exit value: 1) -> [help 1] [error] [error] see full stack trace of errors, re-run maven -e switch. [error] re-run maven using -x switch enable full debug logging. [error] [error] more information errors , possible solutions, please read following articles: [error] [help 1] http://cwiki.apache.org/confluence/display/maven/mojoexecutionexception [error] [error] after correcting problems, can resume build command [error] mvn <goals> -rf :tez-ui how solve this?
based on error, seems need git installed:
enogit git not installed or not in path
also, might helpful other errors: https://cwiki.apache.org/confluence/display/tez/build+errors+and+solutions
Comments
Post a Comment