You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by xu...@apache.org on 2015/10/27 04:38:51 UTC

svn commit: r1710717 - in /pig/branches/spark: ivy.xml ivy/libraries.properties

Author: xuefu
Date: Tue Oct 27 03:38:51 2015
New Revision: 1710717

URL: http://svn.apache.org/viewvc?rev=1710717&view=rev
Log:
PIG-4711: Tests in TestCombiner fail due to missing leveldb dependency (Pallavi via Xuefu)

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

Modified: pig/branches/spark/ivy.xml
URL: http://svn.apache.org/viewvc/pig/branches/spark/ivy.xml?rev=1710717&r1=1710716&r2=1710717&view=diff
==============================================================================
--- pig/branches/spark/ivy.xml (original)
+++ pig/branches/spark/ivy.xml Tue Oct 27 03:38:51 2015
@@ -360,6 +360,8 @@
 
     <dependency org="org.cloudera.htrace" name="htrace-core" rev="2.00" conf="hbase95->master">
       <artifact name="htrace-core" type="jar"/>
+    <dependency org="org.fusesource.leveldbjni" name="leveldbjni-all" rev="${leveldbjni.version}"
+      conf="hadoop23->master"/>
     </dependency>
 
     <!-- for TestHBaseStorage -->
@@ -451,7 +453,6 @@
     <dependency org="asm" name="asm" rev="${asm.version}" conf="compile->master"/>
     <dependency org="javax.servlet" name="javax.servlet-api" rev="3.0.1" conf="spark->default"/>
 
-
     <!-- for Tez integration -->
     <dependency org="org.apache.tez" name="tez" rev="${tez.version}"
        conf="hadoop23->master"/>

Modified: pig/branches/spark/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/pig/branches/spark/ivy/libraries.properties?rev=1710717&r1=1710716&r2=1710717&view=diff
==============================================================================
--- pig/branches/spark/ivy/libraries.properties (original)
+++ pig/branches/spark/ivy/libraries.properties Tue Oct 27 03:38:51 2015
@@ -98,3 +98,4 @@ snappy-java.version=1.1.1.7
 tez.version=0.5.3
 parquet-pig-bundle.version=1.2.3
 snappy.version=0.2
+leveldbjni.version=1.8