From 0ae6c97f97ce0e5f3b8e51ddbdfa39f33069a5c7 Mon Sep 17 00:00:00 2001 From: Calvin Jia Date: Fri, 3 Apr 2015 11:43:46 -0700 Subject: [PATCH] Change tachyon version to 0.6.3 --- 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 d3347e9c609c1..04f9c1b0a70f1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -279,7 +279,7 @@ org.tachyonproject tachyon-client - 0.6.2 + 0.6.3 org.apache.httpcomponents diff --git a/make-distribution.sh b/make-distribution.sh index 2c27af85b9fb3..7665f7f8ebb73 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.6.2" +TACHYON_VERSION="0.6.3" TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz" TACHYON_URL="https://github.com/amplab/tachyon/releases/download/v${TACHYON_VERSION}/${TACHYON_TGZ}"