mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Make default version 1.3.1
This commit is contained in:
parent
18cb474a4c
commit
40698f3140
2 changed files with 7 additions and 4 deletions
|
|
@ -25,11 +25,13 @@ install:
|
|||
- mvn package -DskipTests -Phadoop-2.3 -B
|
||||
|
||||
before_script:
|
||||
- mvn package -Pbuild-distr -Phadoop-2.3 -B
|
||||
- ./testing/startSparkCluster.sh 1.1.1 2.3
|
||||
-
|
||||
|
||||
script:
|
||||
- mvn package -Pbuild-distr -Phadoop-2.3 -B
|
||||
- ./testing/startSparkCluster.sh 1.3.1 2.3
|
||||
- mvn verify -Pusing-packaged-distr -Phadoop-2.3 -B
|
||||
- ./testing/stopSparkCluster.sh 1.3.1 2.3
|
||||
|
||||
after_failure:
|
||||
- cat target/rat.txt
|
||||
|
|
@ -38,7 +40,7 @@ after_failure:
|
|||
- cat zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
|
||||
|
||||
after_script:
|
||||
- ./testing/stopSparkCluster.sh 1.1.1 2.3
|
||||
-
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
<properties>
|
||||
<spark.version>1.1.1</spark.version>
|
||||
<spark.version>1.3.1</spark.version>
|
||||
<scala.version>2.10.4</scala.version>
|
||||
<scala.binary.version>2.10</scala.binary.version>
|
||||
|
||||
|
|
@ -316,6 +316,7 @@
|
|||
|
||||
<profile>
|
||||
<id>spark-1.3</id>
|
||||
|
||||
<properties>
|
||||
<spark.version>1.3.1</spark.version>
|
||||
</properties>
|
||||
|
|
|
|||
Loading…
Reference in a new issue