diff --git a/core/pom.xml b/core/pom.xml index 37e3f168ab3748798fc687208c5b99b3cc775fb2..61744bb5c7bf59167a26cf69db0387b1d9d4b02a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -270,7 +270,7 @@ <dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-client</artifactId> - <version>0.8.1</version> + <version>0.8.2</version> <exclusions> <exclusion> <groupId>org.apache.hadoop</groupId> diff --git a/make-distribution.sh b/make-distribution.sh index 7b417fe7cf619cb0cf03c08cb61da49a2fcf4855..e64ceb802464c8a5bafffa07b6491a8a8de3fa7a 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}"