mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
automated ci test not only spark-1.3 but also spark-1.2, spark-1.1
This commit is contained in:
parent
aa6d1fd86c
commit
9916875d4a
1 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -28,10 +28,23 @@ before_script:
|
|||
-
|
||||
|
||||
script:
|
||||
# spark 1.3
|
||||
- mvn package -Pbuild-distr -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
|
||||
- ./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'
|
||||
- mvn package -Pbuild-distr -Pspark-1.2 -Phadoop-2.3 -B
|
||||
- ./testing/startSparkCluster.sh 1.2.1 2.3
|
||||
- SPARK_HOME=./spark-1.2.1-bin-hadoop2.3 mvn verify -Pusing-packaged-distr -Pspark-1.2 -Phadoop-2.3 -B
|
||||
- ./testing/stopSparkCluster.sh 1.2.1 2.3
|
||||
# spark 1.1
|
||||
- mvn clean package -DskipTests -Pspark-1.1 -Phadoop-2.3 -B -pl '!zeppelin-web,!zeppelin-distribution'
|
||||
- mvn package -Pbuild-distr -Pspark-1.1 -Phadoop-2.3 -B
|
||||
- ./testing/startSparkCluster.sh 1.1.1 2.3
|
||||
- SPARK_HOME=./spark-1.1.1-bin-hadoop2.3 mvn verify -Pusing-packaged-distr -Pspark-1.1 -Phadoop-2.3 -B
|
||||
- ./testing/stopSparkCluster.sh 1.1.1 2.3
|
||||
|
||||
after_failure:
|
||||
- cat target/rat.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue