[ 
https://issues.apache.org/jira/browse/OOZIE-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093315#comment-16093315
 ] 

Hadoop QA commented on OOZIE-2999:
----------------------------------

Testing JIRA OOZIE-2999

Cleaning local git workspace

----------------------------

{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
.    {color:green}+1{color} the patch does not introduce any @author tags
.    {color:green}+1{color} the patch does not introduce any tabs
.    {color:green}+1{color} the patch does not introduce any trailing spaces
.    {color:green}+1{color} the patch does not introduce any line longer than 
132
.    {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
.    {color:green}+1{color} the patch does not seem to introduce new RAT 
warnings
{color:green}+1 JAVADOC{color}
.    {color:green}+1{color} the patch does not seem to introduce new Javadoc 
warnings
.    {color:red}WARNING{color}: the current HEAD has 1 Javadoc warning(s)
{color:green}+1 COMPILE{color}
.    {color:green}+1{color} HEAD compiles
.    {color:green}+1{color} patch compiles
.    {color:green}+1{color} the patch does not seem to introduce new javac 
warnings
{color:green}+1{color} There are no new bugs found in total.
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.    {color:green}+1{color} the patch does not change any JPA 
Entity/Colum/Basic/Lob/Transient annotations
.    {color:green}+1{color} the patch does not modify JPA files
{color:green}+1 TESTS{color}
.    Tests run: 976
.    Tests rerun: 22
.    Tests failed at first run: org.apache.oozie.action.hadoop.TestLauncherAM,
{color:green}+1 DISTRO{color}
.    {color:green}+1{color} distro tarball builds with the patch 

----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}

{color:red}. There is at least one warning, please check{color}

The full output of the test-patch run is available at

. https://builds.apache.org/job/oozie-trunk-precommit-build/3986/

> 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
> Maven 3.5.0
> latest commit: 18694b616f419ed958230cedb2dc0431a9f9cb5d
>            Reporter: Artem Ervits
>            Assignee: Artem Ervits
>              Labels: test
>             Fix For: 5.0.0
>
>         Attachments: OOZIE-2999-0.patch
>
>
> 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)

Reply via email to