Author: daijy
Date: Tue Jun 16 22:21:54 2015
New Revision: 1685919
URL: http://svn.apache.org/r1685919
Log:
PIG-4592: Pig 0.15 stopped working with Hadoop 1.x
Modified:
pig/trunk/CHANGES.txt
pig/trunk/build.xml
Modified: pig/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1685919&r1=1685918&r2=1685919&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Jun 16 22:21:54 2015
@@ -90,6 +90,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/trunk/build.xml
URL:
http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1685919&r1=1685918&r2=1685919&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Tue Jun 16 22:21:54 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