aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-12-01 11:49:20 -0800
committerJosh Rosen <joshrosen@databricks.com>2015-12-01 11:49:20 -0800
commit34e7093c1131162b3aa05b65a19a633a0b5b633e (patch)
tree6a00a15cb26af2c7943e98d881b49188b5ade2dc /make-distribution.sh
parent6a8cf80cc8ef435ec46138fa57325bda5d68f3ce (diff)
downloadspark-34e7093c1131162b3aa05b65a19a633a0b5b633e.tar.gz
spark-34e7093c1131162b3aa05b65a19a633a0b5b633e.tar.bz2
spark-34e7093c1131162b3aa05b65a19a633a0b5b633e.zip
[SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2
This commit upgrades the Tachyon dependency from 0.8.1 to 0.8.2. Author: Josh Rosen <joshrosen@databricks.com> Closes #10054 from JoshRosen/upgrade-to-tachyon-0.8.2.
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 7b417fe7cf..e64ceb8024 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.8.1"
+TACHYON_VERSION="0.8.2"
TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz"
TACHYON_URL="http://tachyon-project.org/downloads/files/${TACHYON_VERSION}/${TACHYON_TGZ}"