aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-08-21 11:54:10 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-08-21 11:54:10 -0700
commit111b2741fd4bacd5f0b31add22acd28d7d884299 (patch)
tree50e692412884f25cb6827626c2bbf313e9a0b6eb /make-distribution.sh
parent8e3ea4c7dba219844025ac33fb5af74cc299257b (diff)
downloadspark-111b2741fd4bacd5f0b31add22acd28d7d884299.tar.gz
spark-111b2741fd4bacd5f0b31add22acd28d7d884299.tar.bz2
spark-111b2741fd4bacd5f0b31add22acd28d7d884299.zip
Change default SPARK_HADOOP_VERSION in make-distribution.sh too
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index 55dc22b992..70aff418c7 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -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