Skip to content

Commit 34e7093

Browse files
committed
[SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2
This commit upgrades the Tachyon dependency from 0.8.1 to 0.8.2. Author: Josh Rosen <[email protected]> Closes #10054 from JoshRosen/upgrade-to-tachyon-0.8.2.
1 parent 6a8cf80 commit 34e7093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
<dependency>
271271
<groupId>org.tachyonproject</groupId>
272272
<artifactId>tachyon-client</artifactId>
273-
<version>0.8.1</version>
273+
<version>0.8.2</version>
274274
<exclusions>
275275
<exclusion>
276276
<groupId>org.apache.hadoop</groupId>

make-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SPARK_HOME="$(cd "`dirname "$0"`"; pwd)"
3333
DISTDIR="$SPARK_HOME/dist"
3434

3535
SPARK_TACHYON=false
36-
TACHYON_VERSION="0.8.1"
36+
TACHYON_VERSION="0.8.2"
3737
TACHYON_TGZ="tachyon-${TACHYON_VERSION}-bin.tar.gz"
3838
TACHYON_URL="http://tachyon-project.org/downloads/files/${TACHYON_VERSION}/${TACHYON_TGZ}"
3939

0 commit comments

Comments
 (0)