Author: daijy
Date: Tue Jun 16 22:21:25 2015
New Revision: 1685918

URL: http://svn.apache.org/r1685918
Log:
PIG-4592: Pig 0.15 stopped working with Hadoop 1.x

Modified:
    pig/branches/branch-0.15/CHANGES.txt
    pig/branches/branch-0.15/build.xml

Modified: pig/branches/branch-0.15/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/branches/branch-0.15/CHANGES.txt?rev=1685918&r1=1685917&r2=1685918&view=diff
==============================================================================
--- pig/branches/branch-0.15/CHANGES.txt (original)
+++ pig/branches/branch-0.15/CHANGES.txt Tue Jun 16 22:21:25 2015
@@ -74,6 +74,8 @@ PIG-4333: Split BigData tests into multi
  
 BUG FIXES
 
+PIG-4592: Pig 0.15 stopped working with Hadoop 1.x (daijy)
+
 PIG-4580: Fix TestTezAutoParallelism.testSkewedJoinIncreaseParallelism test 
failure (daijy)
 
 PIG-4571: TestPigRunner.testGetHadoopCounters fail on Windows (daijy)

Modified: pig/branches/branch-0.15/build.xml
URL: 
http://svn.apache.org/viewvc/pig/branches/branch-0.15/build.xml?rev=1685918&r1=1685917&r2=1685918&view=diff
==============================================================================
--- pig/branches/branch-0.15/build.xml (original)
+++ pig/branches/branch-0.15/build.xml Tue Jun 16 22:21:25 2015
@@ -1260,8 +1260,8 @@
     <target name="mvn-build" depends="jar-h12, source-jar,
                                       javadoc-jar, smoketests-jar, 
pigunit-jar, piggybank"
          description="To build the pig jar artifacts to be deployed to apache 
maven repository">
-        <move file="${output.jarfile.withouthadoop-h1}" 
tofile="${output.jarfile.core-h1}"/>
-        <move file="${output.jarfile.withouthadoop-h2}" 
tofile="${output.jarfile.core-h2}"/>
+        <move file="${output.jarfile.backcompat-core-h1}" 
tofile="${output.jarfile.core}"/>
+        <move file="${output.jarfile.backcompat-core-h2}" 
tofile="${output.jarfile.core-h2}"/>
     </target>
 
     <!-- Expects that mvn-build has already been run but does not run it. In 
some cases building


Reply via email to