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 2014/04/25 00:43:51 UTC

svn commit: r1589901 - in /pig/trunk: CHANGES.txt build.xml

Author: daijy
Date: Thu Apr 24 22:43:50 2014
New Revision: 1589901

URL: http://svn.apache.org/r1589901
Log:
PIG-3905: 0.12.1 release can't be build for Hadoop2

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=1589901&r1=1589900&r2=1589901&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Apr 24 22:43:50 2014
@@ -111,6 +111,8 @@ PIG-3882: Multiquery off mode execution 
  
 BUG FIXES
 
+PIG-3905: 0.12.1 release can't be build for Hadoop2 (daijy)
+
 PIG-3894: Datetime function AddDuration, SubtractDuration and all Between functions don't check for null values in the input tuple (jennythompson via cheolsoo)
 
 PIG-3772: Syntax error when casting an inner schema of a bag and line break involved (ssvinarchukhorton via daijy)

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1589901&r1=1589900&r2=1589901&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Thu Apr 24 22:43:50 2014
@@ -1538,7 +1538,7 @@
 
      <target name="ivy-resolve" depends="ivy-init" unless="ivy.resolved" description="Resolve Ivy dependencies">
        <property name="ivy.resolved" value="true"/>
-       <ivy:resolve settingsRef="${ant.project.name}.ivy.settings"/>
+       <ivy:resolve settingsRef="${ant.project.name}.ivy.settings" conf="compile"/>
      </target>
 
      <target name="ivy-compile" depends="ivy-resolve" description="Retrieve Ivy-managed artifacts for compile configuration">