File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1111 - SPARK_VERSION="1.5.2" PYTHON_VERSION="3.4"
1212 - SPARK_VERSION="1.6.0" PYTHON_VERSION="2.7"
1313 - SPARK_VERSION="1.6.0" PYTHON_VERSION="3.4"
14+ - SPARK_VERSION="2.0.0" PYTHON_VERSION="2.7"
15+ - SPARK_VERSION="2.0.0" PYTHON_VERSION="3.4"
1416
1517before_install :
1618 - sudo apt-get update
1719 - if [[ "$SPARK_VERSION" == "1.6.0" ]]; then
1820 wget http://d3kbcqa49mib13.cloudfront.net/spark-1.6.0-bin-hadoop2.6.tgz;
1921 elif [[ "$SPARK_VERSION" == "1.5.2" ]]; then
2022 wget http://d3kbcqa49mib13.cloudfront.net/spark-1.5.2-bin-hadoop2.6.tgz;
23+ elif [[ "$SPARK_VERSION" == "2.0.0" ]]; then
24+ wget http://d3kbcqa49mib13.cloudfront.net/spark-2.0.0-bin-hadoop2.6.tgz;
2125 else
2226 wget http://d3kbcqa49mib13.cloudfront.net/spark-1.4.1-bin-hadoop2.6.tgz;
2327 fi
You can’t perform that action at this time.
0 commit comments