File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ matrix:
33 - language : python
44 python : 2.7
55 before_install :
6- - curl -LO http://www-us.apache.org/dist/spark/spark-2.3.1 /spark-2.3.1 -bin-hadoop2.7.tgz
6+ - curl -LO http://www-us.apache.org/dist/spark/spark-2.3.2 /spark-2.3.2 -bin-hadoop2.7.tgz
77 - export SPARK_HOME=./spark
88 - mkdir $SPARK_HOME
9- - tar -xf spark-2.3.1 -bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
9+ - tar -xf spark-2.3.2 -bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
1010 - export PATH=$SPARK_HOME/bin:$PATH
1111 - export SPARK_LOCAL_IP=127.0.0.1
1212 - export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
@@ -19,10 +19,10 @@ matrix:
1919 - language : python
2020 python : 3.6
2121 before_install :
22- - curl -LO http://www-us.apache.org/dist/spark/spark-2.3.1 /spark-2.3.1 -bin-hadoop2.7.tgz
22+ - curl -LO http://www-us.apache.org/dist/spark/spark-2.3.2 /spark-2.3.2 -bin-hadoop2.7.tgz
2323 - export SPARK_HOME=./spark
2424 - mkdir $SPARK_HOME
25- - tar -xf spark-2.3.1 -bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
25+ - tar -xf spark-2.3.2 -bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
2626 - export PATH=$SPARK_HOME/bin:$PATH
2727 - export SPARK_LOCAL_IP=127.0.0.1
2828 - export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
Original file line number Diff line number Diff line change 11py4j
2- pyspark == 2.3.1
2+ pyspark == 2.3.2
33scipy
44sphinx
55tensorflow
You can’t perform that action at this time.
0 commit comments