Praveen Adlakha created FALCON-1593:
---------------------------------------
Summary: Oozie setup failing in setup phase
Key: FALCON-1593
URL: https://issues.apache.org/jira/browse/FALCON-1593
Project: Falcon
Issue Type: Improvement
Components: build-tools
Reporter: Praveen Adlakha
Hi All,
When we build falcon for the first time and maven home is setup it used to fail
with error message :
{code}
+ clean source:jar install -DjavaVersion=1.7 -DtargetJavaVersion=1.6
-DskipTests -Phadoop-2
src/bin/build-oozie.sh: line 67: clean: command not found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Falcon ...................................... SUCCESS [ 3.420 s]
[INFO] Apache Falcon UI ................................... SUCCESS [ 11.262 s]
[INFO] Checkstyle ......................................... SUCCESS [ 1.429 s]
[INFO] Build Tools ........................................ FAILURE [ 11.289 s]
[INFO] Apache Falcon CLI client ........................... SKIPPED
[INFO] Apache Falcon Metrics .............................. SKIPPED
[INFO] Apache Falcon Hadoop Dependencies .................. SKIPPED
[INFO] Apache Falcon Test Utility ......................... SKIPPED
[INFO] Apache Falcon Commons .............................. SKIPPED
[INFO] Apache Falcon Oozie EL Extension ................... SKIPPED
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SKIPPED
[INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SKIPPED
[INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SKIPPED
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SKIPPED
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SKIPPED
[INFO] Apache Falcon Test Tools - Test Cluster ............ SKIPPED
[INFO] Apache Falcon Messaging ............................ SKIPPED
[INFO] Apache Falcon LIfecycle Module ..................... SKIPPED
[INFO] Apache Falcon Oozie Adaptor ........................ SKIPPED
[INFO] Apache Falcon Scheduler ............................ SKIPPED
[INFO] Apache Falcon Acquisition .......................... SKIPPED
[INFO] Apache Falcon Distcp Replication ................... SKIPPED
[INFO] Apache Falcon Retention ............................ SKIPPED
[INFO] Apache Falcon Archival ............................. SKIPPED
[INFO] Apache Falcon Rerun ................................ SKIPPED
[INFO] Apache Falcon Prism ................................ SKIPPED
[INFO] falcon-unit ........................................ SKIPPED
[INFO] Apache Falcon Web Application ...................... SKIPPED
[INFO] Apache Falcon Documentation ........................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.942 s
[INFO] Finished at: 2015-11-06T19:28:49+05:30
[INFO] Final Memory: 43M/369M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
(BUILD-OOZIE) on project build-tools: Command execution failed. Process exited
with an error: 127 (Exit value: 127) -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :build-tools
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)