aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorCalvin Jia <jia.calvin@gmail.com>2015-03-22 11:11:29 -0700
committerAaron Davidson <aaron@databricks.com>2015-03-22 11:11:29 -0700
commita41b9c6004cfee84bd56dfa1faf5a0cf084551ae (patch)
treec6c132e68c41e4936946df44fca68d85f18a4576 /make-distribution.sh
parent6ef48632fbf3e6659ceacaab1dbb8be8238d4d33 (diff)
downloadspark-a41b9c6004cfee84bd56dfa1faf5a0cf084551ae.tar.gz
spark-a41b9c6004cfee84bd56dfa1faf5a0cf084551ae.tar.bz2
spark-a41b9c6004cfee84bd56dfa1faf5a0cf084551ae.zip
[SPARK-6122][Core] Upgrade Tachyon client version to 0.6.1.
Changes the Tachyon client version from 0.5 to 0.6 in spark core and distribution script. New dependencies in Tachyon 0.6.0 include commons-codec:commons-codec:jar:1.5:compile io.netty:netty-all:jar:4.0.23.Final:compile These are already in spark core. Author: Calvin Jia <jia.calvin@gmail.com> Closes #4867 from calvinjia/upgrade_tachyon_0.6.0 and squashes the following commits: eed9230 [Calvin Jia] Update tachyon version to 0.6.1. 11907b3 [Calvin Jia] Use TachyonURI for tachyon paths instead of strings. 71bf441 [Calvin Jia] Upgrade Tachyon client version to 0.6.0.
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 9ed1abfe8c..8162fe94c1 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.5.0"
+TACHYON_VERSION="0.6.1"
TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz"
TACHYON_URL="https://github.com/amplab/tachyon/releases/download/v${TACHYON_VERSION}/${TACHYON_TGZ}"