Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
Use Hadoop 2.7 for newer Spark versions with yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
lagerspetz committed Jun 21, 2017
1 parent 7af4f6d commit 4e1a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ else
elif [[ "$HADOOP_MAJOR_VERSION" == "2" ]]; then
wget http://s3.amazonaws.com/spark-related-packages/spark-$SPARK_VERSION-bin-cdh4.tgz
else
wget http://s3.amazonaws.com/spark-related-packages/spark-$SPARK_VERSION-bin-hadoop2.4.tgz
wget http://s3.amazonaws.com/spark-related-packages/spark-$SPARK_VERSION-bin-hadoop2.7.tgz
fi
if [ $? != 0 ]; then
echo "ERROR: Unknown Spark version"
Expand Down

0 comments on commit 4e1a916

Please sign in to comment.