From c6b8166c70cc7266d2fcc7c5d935a5acdd9ab227 Mon Sep 17 00:00:00 2001 From: Calvin Jia Date: Sun, 16 Aug 2015 23:44:48 -0700 Subject: [PATCH] Upgrade Tachyon version from 0.7.0 -> 0.7.1. --- core/pom.xml | 2 +- make-distribution.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 0e53a79fd2235..4f79d71bf85fa 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -266,7 +266,7 @@ org.tachyonproject tachyon-client - 0.7.0 + 0.7.1 org.apache.hadoop diff --git a/make-distribution.sh b/make-distribution.sh index 247a81341e4a4..04ad0052eb24c 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}"