Skip to content
Snippets Groups Projects
Commit 3ff81ad2 authored by Calvin Jia's avatar Calvin Jia Committed by Sean Owen
Browse files

[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 <jia.calvin@gmail.com>

Closes #8235 from calvinjia/spark-9199-master.
parent 26e76058
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
......
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment