You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2013/11/27 01:16:00 UTC

svn commit: r1545887 - in /pig/branches/tez: ivy.xml ivy/libraries.properties

Author: cheolsoo
Date: Wed Nov 27 00:15:59 2013
New Revision: 1545887

URL: http://svn.apache.org/r1545887
Log:
PIG-3589: Fix dependencies in ivy.xml (cheolsoo)

Modified:
    pig/branches/tez/ivy.xml
    pig/branches/tez/ivy/libraries.properties

Modified: pig/branches/tez/ivy.xml
URL: http://svn.apache.org/viewvc/pig/branches/tez/ivy.xml?rev=1545887&r1=1545886&r2=1545887&view=diff
==============================================================================
--- pig/branches/tez/ivy.xml (original)
+++ pig/branches/tez/ivy.xml Wed Nov 27 00:15:59 2013
@@ -386,13 +386,11 @@
       <artifact name="tez-mapreduce" ext="jar" />
       <artifact name="tez-mapreduce" type="tests" ext="jar" m:classifier="tests" />
     </dependency>
-    <dependency org="org.apache.tez" name="tez-mapreduce-tests" rev="${tez.version}"
+    <dependency org="org.apache.tez" name="tez-tests" rev="${tez.version}"
        conf="hadoop23->master">
-      <artifact name="tez-mapreduce-tests" ext="jar" />
-      <artifact name="tez-mapreduce-tests" type="tests" ext="jar" m:classifier="tests" />
+      <artifact name="tez-tests" ext="jar" />
+      <artifact name="tez-tests" type="tests" ext="jar" m:classifier="tests" />
     </dependency>
-    <dependency org="org.apache.tez" name="tez-yarn-client" rev="${tez.version}"
-       conf="hadoop23->master"/>
   </dependencies>
 </ivy-module>
 

Modified: pig/branches/tez/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/pig/branches/tez/ivy/libraries.properties?rev=1545887&r1=1545886&r2=1545887&view=diff
==============================================================================
--- pig/branches/tez/ivy/libraries.properties (original)
+++ pig/branches/tez/ivy/libraries.properties Wed Nov 27 00:15:59 2013
@@ -88,5 +88,5 @@ mockito.version=1.8.4
 jansi.version=1.9
 asm.version=3.3.1
 snappy.version=1.0.5-M3
-tez.version=0.2.0-SNAPSHOT
+tez.version=0.3.0-SNAPSHOT
 parquet-pig-bundle.version=1.2.3