From 3ff81ad2dedc7cc3defb6e418d7c5fb415d56026 Mon Sep 17 00:00:00 2001 From: Calvin Jia Date: Mon, 17 Aug 2015 08:28:16 +0100 Subject: [SPARK-9199] [CORE] Upgrade Tachyon version from 0.7.0 -> 0.7.1. Updates the tachyon-client version to the latest release. The main difference between 0.7.0 and 0.7.1 on the client side is to support running Tachyon on local file system by default. No new non-Tachyon dependencies are added, and no code changes are required since the client API has not changed. Author: Calvin Jia Closes #8235 from calvinjia/spark-9199-master. --- make-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-distribution.sh') diff --git a/make-distribution.sh b/make-distribution.sh index 247a81341e..04ad0052eb 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.7.0" +TACHYON_VERSION="0.7.1" TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz" TACHYON_URL="https://github.com/amplab/tachyon/releases/download/v${TACHYON_VERSION}/${TACHYON_TGZ}" -- cgit v1.2.3