aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorCalvin Jia <jia.calvin@gmail.com>2015-07-30 16:32:40 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-07-30 16:32:40 -0700
commit04c8409107710fc9a625ee513d68c149745539f3 (patch)
tree06ea6967bfb28e9434df01dde3550eede9258c19 /make-distribution.sh
parent157840d1b14502a4f25cff53633c927998c6ada1 (diff)
downloadspark-04c8409107710fc9a625ee513d68c149745539f3.tar.gz
spark-04c8409107710fc9a625ee513d68c149745539f3.tar.bz2
spark-04c8409107710fc9a625ee513d68c149745539f3.zip
[SPARK-9199] [CORE] Update Tachyon dependency from 0.6.4 -> 0.7.0
No new dependencies are added. The exclusion changes are due to the change in tachyon-client 0.7.0's project structure. There is no client side API change in Tachyon 0.7.0 so no code changes are required. Author: Calvin Jia <jia.calvin@gmail.com> Closes #7577 from calvinjia/SPARK-9199 and squashes the following commits: 4e81e40 [Calvin Jia] Update Tachyon dependency from 0.6.4 -> 0.7.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 cac7032bb2..4789b0e09c 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -33,7 +33,7 @@ SPARK_HOME="$(cd "`dirname "$0"`"; pwd)"
DISTDIR="$SPARK_HOME/dist"
SPARK_TACHYON=false
-TACHYON_VERSION="0.6.4"
+TACHYON_VERSION="0.7.0"
TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz"
TACHYON_URL="https://github.com/amplab/tachyon/releases/download/v${TACHYON_VERSION}/${TACHYON_TGZ}"