You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/12/28 08:19:09 UTC

svn commit: r1225121 - /pig/trunk/build.xml

Author: daijy
Date: Wed Dec 28 07:19:09 2011
New Revision: 1225121

URL: http://svn.apache.org/viewvc?rev=1225121&view=rev
Log:
PIG-2347: Fix Pig Unit tests for hadoop 23

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1225121&r1=1225120&r2=1225121&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Dec 28 07:19:09 2011
@@ -154,7 +154,7 @@
            input="${hadoop-core.version}"
            regexp="\d+\.(\d+)\.\d+"
            select="\1" /-->
-    <property name="hadoopversion" value="23" />
+    <property name="hadoopversion" value="20" />
 
     <condition property="isHadoop23">
         <equals arg1="${hadoopversion}" arg2="23"/>