aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-03-23 15:08:39 -0700
committerPatrick Wendell <patrick@databricks.com>2015-03-23 15:08:39 -0700
commit6cd7058b369ec8d01938961f148734ee9eaf76de (patch)
tree372cffb039a073787822c69bd101d825ea5189f6 /make-distribution.sh
parent474d1320c9b93c501710ad1cfa836b8284562a2c (diff)
downloadspark-6cd7058b369ec8d01938961f148734ee9eaf76de.tar.gz
spark-6cd7058b369ec8d01938961f148734ee9eaf76de.tar.bz2
spark-6cd7058b369ec8d01938961f148734ee9eaf76de.zip
Revert "[SPARK-6122][Core] Upgrade Tachyon client version to 0.6.1."
This reverts commit a41b9c6004cfee84bd56dfa1faf5a0cf084551ae.
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 8162fe94c1..9ed1abfe8c 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -32,7 +32,7 @@ SPARK_HOME="$(cd "`dirname "$0"`"; pwd)"
DISTDIR="$SPARK_HOME/dist"
SPARK_TACHYON=false
-TACHYON_VERSION="0.6.1"
+TACHYON_VERSION="0.5.0"
TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz"
TACHYON_URL="https://github.com/amplab/tachyon/releases/download/v${TACHYON_VERSION}/${TACHYON_TGZ}"