Skip to content

Commit 3a0d837

Browse files
authored
Merge pull request #502 from yahoo/leewyang_update_spark
update to spark 2.4.5
2 parents 92a7877 + fdba43b commit 3a0d837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/travis_before_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ sudo apt-get install -y openjdk-8-jdk --no-install-recommends
1010
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
1111

1212
# 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
13+
curl -LO http://www-us.apache.org/dist/spark/spark-2.4.5/spark-2.4.5-bin-hadoop2.7.tgz
1414
export SPARK_HOME=./spark
1515
mkdir $SPARK_HOME
16-
tar -xf spark-2.4.4-bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
16+
tar -xf spark-2.4.5-bin-hadoop2.7.tgz -C $SPARK_HOME --strip-components=1
1717
export SPARK_LOCAL_IP=127.0.0.1
1818
export SPARK_CLASSPATH=./lib/tensorflow-hadoop-1.0-SNAPSHOT.jar
1919
export PATH=$SPARK_HOME/bin:$PATH

0 commit comments

Comments
 (0)