We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a7877 commit fdba43bCopy full SHA for fdba43b
scripts/travis_before_install.sh
@@ -10,10 +10,10 @@ sudo apt-get install -y openjdk-8-jdk --no-install-recommends
10
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
11
12
# Download and install Spark
13
-curl -LO http://www-us.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz
+curl -LO http://www-us.apache.org/dist/spark/spark-2.4.5/spark-2.4.5-bin-hadoop2.7.tgz
14
export SPARK_HOME=./spark
15
mkdir $SPARK_HOME
16
-tar -xf spark-2.4.4-bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
+tar -xf spark-2.4.5-bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
17
export SPARK_LOCAL_IP=127.0.0.1
18
export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
19
export PATH=$SPARK_HOME/bin:$PATH
0 commit comments