You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Satish Mittal <sa...@apache.org> on 2014/05/05 18:40:34 UTC

Re: Review Request 20655: OOZIE-1806: Java Action type jobs are failing with hadoop-0.20.0 and earlier versions on oozie trunk

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

(Updated May 5, 2014, 4:40 p.m.)


Review request for oozie, Ryota Egashira and Purshotam Shah.


Changes
-------

- Updated patch that replaces explicit calls to DistributedCache methods with call to addToCache().
- Verified the patch on hadoop-0.20 (CDH3u5) based cluster.


Bugs: OOZIE-1806
    https://issues.apache.org/jira/browse/OOZIE-1806


Repository: oozie-git


Description
-------

With oozie trunk, all java action type jobs are failing with hadoop 0.20.2 and earlier versions. This is a regression since oozie 4.0. The map tasks are failing with ClassNotFoundException for OozieLauncherInputFormat.EmptySplit class.


Diffs (updated)
-----

  core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java d4b4f5e 

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


Testing
-------

- Ran unit tests.
- Verified manually on 0.20.2-CDH3u5 cluster that java action jobs are running successfully.


Thanks,

Satish Mittal


Re: Review Request 20655: OOZIE-1806: Java Action type jobs are failing with hadoop-0.20.0 and earlier versions on oozie trunk

Posted by Satish Mittal <sa...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20655/
-----------------------------------------------------------

(Updated May 6, 2014, 9:04 a.m.)


Review request for oozie, Ryota Egashira and Purshotam Shah.


Changes
-------

Attached new patch with JobUtils wrapper around addFileToClassPath.


Bugs: OOZIE-1806
    https://issues.apache.org/jira/browse/OOZIE-1806


Repository: oozie-git


Description
-------

With oozie trunk, all java action type jobs are failing with hadoop 0.20.2 and earlier versions. This is a regression since oozie 4.0. The map tasks are failing with ClassNotFoundException for OozieLauncherInputFormat.EmptySplit class.


Diffs (updated)
-----

  core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java d4b4f5e 
  core/src/main/java/org/apache/oozie/util/JobUtils.java 25eb735 

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


Testing
-------

- Ran unit tests.
- Verified manually on 0.20.2-CDH3u5 cluster that java action jobs are running successfully.


Thanks,

Satish Mittal