mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Let CI test with spark 1.4
This commit is contained in:
parent
d7d6ba58a1
commit
220a7fba33
1 changed files with 7 additions and 2 deletions
|
|
@ -28,10 +28,15 @@ before_script:
|
|||
-
|
||||
|
||||
script:
|
||||
# spark 1.3
|
||||
# spark 1.4
|
||||
- mvn package -Pbuild-distr -Phadoop-2.3 -B
|
||||
- ./testing/startSparkCluster.sh 1.4.1 2.3
|
||||
- SPARK_HOME=./spark-1.4.1-bin-hadoop2.3 mvn verify -Pusing-packaged-distr -Phadoop-2.3 -B
|
||||
# spark 1.3
|
||||
- mvn clean package -DskipTests -Pspark-1.3 -Phadoop-2.3 -B -pl '!zeppelin-web,!zeppelin-distribution'
|
||||
- mvn package -Pbuild-distr -Pspark-1.3 -Phadoop-2.3 -B
|
||||
- ./testing/startSparkCluster.sh 1.3.1 2.3
|
||||
- SPARK_HOME=./spark-1.3.1-bin-hadoop2.3 mvn verify -Pusing-packaged-distr -Phadoop-2.3 -B
|
||||
- SPARK_HOME=./spark-1.3.1-bin-hadoop2.3 mvn verify -Pusing-packaged-distr -Pspark-1.3 -Phadoop-2.3 -B
|
||||
- ./testing/stopSparkCluster.sh 1.3.1 2.3
|
||||
# spark 1.2
|
||||
- mvn clean package -DskipTests -Pspark-1.2 -Phadoop-2.3 -B -pl '!zeppelin-web,!zeppelin-distribution'
|
||||
|
|
|
|||
Loading…
Reference in a new issue