----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11778/#review21660 -----------------------------------------------------------
Ship it! Ship It! - Robert Kanter On June 10, 2013, 12:27 p.m., Rohini Palaniswamy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/11778/ > ----------------------------------------------------------- > > (Updated June 10, 2013, 12:27 p.m.) > > > Review request for oozie. > > > Description > ------- > > Made all unit tests run with Hadoop 2 and Hadoop 0.23. > > 1) Currently compiling against 2.2.0-SNAPSHOT. Will change it to a released > version once hadoop team makes a release and before we release trunk as > branch-4. > 2) Have to increment the versions of pig and hive to work with versions that > have jars for Hadoop 2. > 3) Copied over SleepJob.java exactly from hadoop 1.x as it is not in > hadoop-2.x. So have not fixed white space changes. > > > Diffs > ----- > > > http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/hadoop/examples/SleepJob.java > PRE-CREATION > > http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestJavaActionExecutor.java > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordPushDependencyCheckXCommand.java > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/oozie/command/wf/TestWorkflowActionKillXCommand.java > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/oozie/test/MiniHCatServer.java > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/core/src/test/java/org/apache/oozie/test/XTestCase.java > 1491335 > http://svn.apache.org/repos/asf/oozie/trunk/hadooplibs/hadoop-0.23/pom.xml > 1491335 > http://svn.apache.org/repos/asf/oozie/trunk/hadooplibs/hadoop-2/pom.xml > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/hadooplibs/hadoop-distcp-0.23/pom.xml > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/hadooplibs/hadoop-distcp-2/pom.xml > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/hadooplibs/hadoop-test-0.23/pom.xml > 1491335 > > http://svn.apache.org/repos/asf/oozie/trunk/hadooplibs/hadoop-test-2/pom.xml > 1491335 > http://svn.apache.org/repos/asf/oozie/trunk/minitest/pom.xml 1491335 > http://svn.apache.org/repos/asf/oozie/trunk/pom.xml 1491335 > http://svn.apache.org/repos/asf/oozie/trunk/sharelib/pig/pom.xml 1491335 > http://svn.apache.org/repos/asf/oozie/trunk/tools/pom.xml 1491335 > > Diff: https://reviews.apache.org/r/11778/diff/ > > > Testing > ------- > > mvn clean package -Dmaven.test.failure.ignore=true > mvn clean package -P hadoop-23 -Dmaven.test.failure.ignore=true > mvn clean package -P hadoop-2 -Dmaven.test.failure.ignore=true > > all passed except for some flakey SLA tests > > > Thanks, > > Rohini Palaniswamy > >
