Details
Description
trying to follow directions in http://oozie.apache.org/docs/4.3.0/ENG_MiniOozie.html and fails on the step
mvn clean install -DskipTests -DtestJarSimple
getting
es [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/aervits/NetBeansProjects/minioozie/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java:[480,40] error: cannot find symbol [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Oozie Main .................................. SUCCESS [ 2.476 s] [INFO] Apache Oozie Client ................................ SUCCESS [ 15.607 s] [INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 12.454 s] [INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 6.437 s] [INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 5.319 s] [INFO] Apache Oozie Core .................................. SUCCESS [01:18 min] [INFO] Apache Oozie Share Lib Streaming ................... FAILURE [ 5.515 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 Server ................................ SKIPPED [INFO] Apache Oozie Distro ................................ SKIPPED [INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:07 min [INFO] Finished at: 2017-07-19T08:39:47-04:00 [INFO] Final Memory: 248M/493M [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 [ERROR] /Users/aervits/NetBeansProjects/minioozie/oozie/sharelib/streaming/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java:[480,40] error: cannot find symbol [ERROR] [ERROR] -> [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 :oozie-sharelib-streaming