You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Artem Ervits (JIRA)" <ji...@apache.org> on 2017/07/19 12:43:00 UTC

[jira] [Created] (OOZIE-2999) minioozie can't compile

Artem Ervits created OOZIE-2999:
-----------------------------------

             Summary: minioozie can't compile
                 Key: OOZIE-2999
                 URL: https://issues.apache.org/jira/browse/OOZIE-2999
             Project: Oozie
          Issue Type: Bug
          Components: tests
    Affects Versions: 4.3.0
         Environment: OSX 10.12.5
JDK 1.8.0_131
latest commit: 18694b616f419ed958230cedb2dc0431a9f9cb5d
            Reporter: Artem Ervits
             Fix For: 5.0.0


trying to follow directions in http://oozie.apache.org/docs/4.3.0/ENG_MiniOozie.html and fails on the step
{noformat}
mvn clean install -DskipTests -DtestJarSimple
{noformat}

getting

{noformat}
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
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)