Skip to content
Snippets Groups Projects
Commit 111b2741 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Change default SPARK_HADOOP_VERSION in make-distribution.sh too

parent 8e3ea4c7
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ export TERM=dumb # Prevents color codes in SBT output
VERSION=$($FWDIR/sbt/sbt "show version" | tail -1 | cut -f 2 | sed 's/^\([a-zA-Z0-9.-]*\).*/\1/')
# Initialize defaults
SPARK_HADOOP_VERSION=1.2.1
SPARK_HADOOP_VERSION=1.0.4
SPARK_WITH_YARN=false
MAKE_TGZ=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment