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

[email protected] commented on OOZIE-691:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3807/
-----------------------------------------------------------

Review request for oozie.


Summary
-------

fixing testcases to work with Hadoop 0.23.x and continue working with Hadoop 
1.0.x


This addresses bug OOZIE-691.
    https://issues.apache.org/jira/browse/OOZIE-691


Diffs
-----

  trunk/core/pom.xml 1242047 
  
trunk/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java 
1242047 
  trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestLauncher.java 
1242047 
  
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionError.java
 1242047 
  
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceActionExecutor.java
 1242047 
  
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java 
1242047 
  trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java 
1242047 
  
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestShellActionExecutor.java
 1242047 
  
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestStreamingMain.java 
1242047 

Diff: https://reviews.apache.org/r/3807/diff


Testing
-------

Run testcases with Hadoop 0.23.1-SNAPSHOT & Hadoop 1.0.0, they all pass


Thanks,

Alejandro


                
> Fix testcases using launcher using Hadoop 0.23.x
> ------------------------------------------------
>
>                 Key: OOZIE-691
>                 URL: https://issues.apache.org/jira/browse/OOZIE-691
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>
> The following testcases are failing because of misconfiguration (mostly 
> related to 'yarn' not being set as framework in their confs)
> -----
> Running org.apache.oozie.action.hadoop.TestLauncher
> Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 140.989 sec 
> <<< FAILURE!
> Running org.apache.oozie.action.hadoop.TestMapReduceActionError
> Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.544 sec <<< 
> FAILURE!
> Running org.apache.oozie.action.hadoop.TestPipesMain
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.659 sec <<< 
> FAILURE!
> Running org.apache.oozie.action.hadoop.TestShellActionExecutor
> Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 23.889 sec 
> <<< FAILURE!
> Running org.apache.oozie.action.hadoop.TestStreamingMain
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.811 sec <<< 
> FAILURE!
> -----

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to