Skip to content

Commit

Permalink
Change default SPARK_HADOOP_VERSION in make-distribution.sh too
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Aug 21, 2013
1 parent 8e3ea4c commit 111b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 111b274

Please sign in to comment.