File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ before_install:
2222 - " sh -e /etc/init.d/xvfb start"
2323
2424install :
25- - mvn package -DskipTests -Pspark-1.5 -Phadoop-2.3 -Ppyspark -B
25+ - mvn package -DskipTests -Pspark-1.5 -Phadoop-2.3 -Ppyspark -Pscalding - B
2626
2727before_script :
2828 -
2929
3030script :
3131 # spark 1.5
32- - mvn package -Pbuild-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -B
32+ - mvn package -Pbuild-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -Pscalding - B
3333 - ./testing/startSparkCluster.sh 1.5.2 2.3
3434 - echo "export SPARK_HOME=`pwd`/spark-1.5.2-bin-hadoop2.3" > conf/zeppelin-env.sh
35- - mvn verify -Pusing-packaged-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -B
35+ - mvn verify -Pusing-packaged-distr -Pspark-1.5 -Phadoop-2.3 -Ppyspark -Pscalding - B
3636 - ./testing/stopSparkCluster.sh 1.5.2 2.3
3737 # spark 1.4
3838 - rm -rf `pwd`/interpreter/spark
You can’t perform that action at this time.
0 commit comments