File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ before_install:
21
21
- export PATH=$HOME/.local/bin:$PATH
22
22
- pip install --user codecov coverage unittest2
23
23
install :
24
- # Download spark 2.2.1
25
- - " [ -f spark ] || mkdir spark && cd spark && axel http://www-us.apache.org/dist/spark/spark-2.2.1 /spark-2.2.1 -bin-hadoop2.7.tgz && cd .."
26
- - " tar -xf ./spark/spark-2.2.1 -bin-hadoop2.7.tgz"
27
- - " export SPARK_HOME=`pwd`/spark-2.2.1 -bin-hadoop2.7"
24
+ # Download spark 2.2.2
25
+ - " [ -f spark ] || mkdir spark && cd spark && axel http://www-us.apache.org/dist/spark/spark-2.2.2 /spark-2.2.2 -bin-hadoop2.7.tgz && cd .."
26
+ - " tar -xf ./spark/spark-2.2.2 -bin-hadoop2.7.tgz"
27
+ - " export SPARK_HOME=`pwd`/spark-2.2.2 -bin-hadoop2.7"
28
28
- echo "spark.yarn.jars=$SPARK_HOME/jars/*.jar" > $SPARK_HOME/conf/spark-defaults.conf
29
29
# Install Python deps.
30
30
# The conda installation steps here are based on http://conda.pydata.org/docs/travis.html
You can’t perform that action at this time.
0 commit comments