Satish Subhashrao Saley created OOZIE-2500:
----------------------------------------------
Summary: -DtestJarSimple option mentioned in minioozie doc does
not work
Key: OOZIE-2500
URL: https://issues.apache.org/jira/browse/OOZIE-2500
Project: Oozie
Issue Type: Bug
Reporter: Satish Subhashrao Saley
[Minioozie doc|https://oozie.apache.org/docs/4.2.0/ENG_MiniOozie.html] says to
run {{$ mvn clean install -DskipTests -DtestJarSimple}} to populate local maven
repo with required jars. But the command fails with following message:
{code}
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Oozie Main .................................. SUCCESS [ 1.339 s]
[INFO] Apache Oozie Hadoop Utils .......................... SUCCESS [ 0.999 s]
[INFO] Apache Oozie Hadoop Distcp hadoop-1-4.3.0-SNAPSHOT . SUCCESS [ 0.138 s]
[INFO] Apache Oozie Hadoop Auth hadoop-1-4.3.0-SNAPSHOT ... SUCCESS [ 0.244 s]
[INFO] Apache Oozie Hadoop Libs ........................... SUCCESS [ 0.052 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 3.282 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 2.257 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 2.088 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 0.693 s]
[INFO] Apache Oozie Core .................................. SUCCESS [ 20.951 s]
[INFO] Apache Oozie Share Lib Streaming ................... FAILURE [ 2.688 s]
[INFO] Apache Oozie Share Lib Pig ......................... SKIPPED
[INFO] Apache Oozie Share Lib Hive ........................ SKIPPED
[INFO] Apache Oozie Share Lib Hive 2 ...................... SKIPPED
[INFO] Apache Oozie Share Lib Sqoop ....................... SKIPPED
[INFO] Apache Oozie Examples .............................. SKIPPED
[INFO] Apache Oozie Share Lib Spark ....................... SKIPPED
[INFO] Apache Oozie Share Lib ............................. SKIPPED
[INFO] Apache Oozie Docs .................................. SKIPPED
[INFO] Apache Oozie WebApp ................................ SKIPPED
[INFO] Apache Oozie Tools ................................. SKIPPED
[INFO] Apache Oozie MiniOozie ............................. SKIPPED
[INFO] Apache Oozie Distro ................................ SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35.474 s
[INFO] Finished at: 2016-04-04T16:04:41-07:00
[INFO] Final Memory: 161M/1262M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile
(default-testCompile) on project oozie-sharelib-streaming: Compilation failure:
Compilation failure:
[ERROR]
/Users/saley/src/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestStreamingMain.java:[31,39]
error: cannot find symbol
[ERROR] class MainTestCase
[ERROR]
/Users/saley/src/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java:[76,49]
error: cannot find symbol
[ERROR] class ActionExecutorTestCase
[ERROR]
/Users/saley/src/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java:[342,14]
error: cannot find symbol
[ERROR] class TestMapReduceActionExecutor
[ERROR]
/Users/saley/src/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java:[365,14]
error: cannot find symbol
[ERROR] class TestMapReduceActionExecutor
[ERROR]
/Users/saley/src/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java:[389,38]
error: cannot find symbol
[ERROR] class TestMapReduceActionExecutor
[ERROR]
/Users/saley/src/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestStreamingMain.java:[34,24]
error: cannot find symbol
[ERROR] class TestStreamingMain
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)