-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5090/
-----------------------------------------------------------
(Updated 2012-05-11 16:07:07.900173)
Review request for oozie.
Changes
-------
adding fix for TestPipesMain which I've missed before
Summary
-------
Hadoop 2 changed it's minicluster to use random ports recently.
The testcases for the MR/Streaming/Pig/Hive Main classes are not being
configured correctly with the minicluster configuration thus are taking
incorrect ports and fail.
This addresses bug OOZIE-834.
https://issues.apache.org/jira/browse/OOZIE-834
Diffs (updated)
-----
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestHiveMain.java
1336960
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestMapReduceMain.java
1336960
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestPigMain.java
1336960
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestPipesMain.java
1336960
trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestStreamingMain.java
1336960
trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java 1336960
Diff: https://reviews.apache.org/r/5090/diff
Testing
-------
run successfully the affected tests with Hadoop 1 and Hadoop 2 (except for the
TestPigMain & TestHiveMain because there are not JARs for hadoop 2 avail in
maven repo)
Thanks,
Alejandro