File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
- PYSPARK_PYTHON=python2 SCALA_VERSION=2.10.6 SPARK_VERSION=1.6.3 SPARK_BUILD="spark-1.6.3-bin-hadoop2.6" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-1.6.3-bin-hadoop2.6.tgz"
17
17
- PYSPARK_PYTHON=python2 SCALA_VERSION=2.11.8 SPARK_VERSION=2.0.2 SPARK_BUILD="spark-2.0.2-bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-2.0.2-bin-hadoop2.7.tgz"
18
- - PYSPARK_PYTHON=python2 SCALA_VERSION=2.11.8 SPARK_VERSION=2.1.0 SPARK_BUILD="spark-2.1.0 -bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-2.1.0 -bin-hadoop2.7.tgz"
18
+ - PYSPARK_PYTHON=python2 SCALA_VERSION=2.11.8 SPARK_VERSION=2.1.1 SPARK_BUILD="spark-2.1.1 -bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-2.1.1 -bin-hadoop2.7.tgz"
19
19
- PYSPARK_PYTHON=python3 SCALA_VERSION=2.10.6 SPARK_VERSION=1.6.3 SPARK_BUILD="spark-1.6.3-bin-hadoop2.6" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-1.6.3-bin-hadoop2.6.tgz"
20
20
- PYSPARK_PYTHON=python3 SCALA_VERSION=2.11.8 SPARK_VERSION=2.0.2 SPARK_BUILD="spark-2.0.2-bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-2.0.2-bin-hadoop2.7.tgz"
21
- - PYSPARK_PYTHON=python3 SCALA_VERSION=2.11.8 SPARK_VERSION=2.1.0 SPARK_BUILD="spark-2.1.0 -bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-2.1.0 -bin-hadoop2.7.tgz"
21
+ - PYSPARK_PYTHON=python3 SCALA_VERSION=2.11.8 SPARK_VERSION=2.1.1 SPARK_BUILD="spark-2.1.1 -bin-hadoop2.7" SPARK_BUILD_URL="http://d3kbcqa49mib13.cloudfront.net/spark-2.1.1 -bin-hadoop2.7.tgz"
22
22
23
23
before_install :
24
24
- ./bin/download_travis_dependencies.sh
Original file line number Diff line number Diff line change 1
- all : 2.1.0s2 .10 1.6.3 2.0.2 2.1.0
1
+ all : 2.1.1s2 .10 1.6.3 2.0.2 2.1.1
2
2
3
3
clean :
4
4
rm -rf target/graphframes_* .zip
5
5
6
- 1.6.3 2.0.2 2.1.0 :
6
+ 1.6.3 2.0.2 2.1.1 :
7
7
build/sbt -Dspark.version=$@ spDist
8
8
9
- 2.1.0s2 .10 :
10
- build/sbt -Dspark.version=2.1.0 -Dscala.version=2.10.6 spDist assembly test
9
+ 2.1.1s2 .10 :
10
+ build/sbt -Dspark.version=2.1.1 -Dscala.version=2.10.6 spDist assembly test
Original file line number Diff line number Diff line change 1
1
// Your sbt build file. Guides on how to write one can be found at
2
2
// http://www.scala-sbt.org/0.13/docs/index.html
3
3
4
- val sparkVer = sys.props.getOrElse(" spark.version" , " 2.1.0 " )
4
+ val sparkVer = sys.props.getOrElse(" spark.version" , " 2.1.1 " )
5
5
val sparkBranch = sparkVer.substring(0 , 3 )
6
6
val defaultScalaVer = sparkBranch match {
7
7
case " 1.6" => " 2.10.6"
You can’t perform that action at this time.
0 commit comments