Author: xuefu
Date: Sun Mar  6 15:35:36 2016
New Revision: 1733810

URL: http://svn.apache.org/viewvc?rev=1733810&view=rev
Log:
PIG-4826: Add excluded-tests-spark (Pallavi via Xuefu), additional change to 
make the build run

Modified:
    pig/branches/spark/build.xml

Modified: pig/branches/spark/build.xml
URL: 
http://svn.apache.org/viewvc/pig/branches/spark/build.xml?rev=1733810&r1=1733809&r2=1733810&view=diff
==============================================================================
--- pig/branches/spark/build.xml (original)
+++ pig/branches/spark/build.xml Sun Mar  6 15:35:36 2016
@@ -111,6 +111,7 @@
     <property name="test.exclude.file.23" 
value="${test.src.dir}/excluded-tests-23"/>
     <property name="test.exclude.file.mr" 
value="${test.src.dir}/excluded-tests-mr"/>
     <property name="test.exclude.file.tez" 
value="${test.src.dir}/excluded-tests-tez"/>
+    <property name="test.exclude.file.spark" 
value="${test.src.dir}/excluded-tests-spark"/>
     <property name="pigunit.jarfile" value="pigunit.jar" />
     <property name="piggybank.jarfile" 
value="${basedir}/contrib/piggybank/java/piggybank.jar" />
     <property name="smoke.tests.jarfile" 
value="${build.dir}/${final.name}-smoketests.jar" />


Reply via email to