aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorCalvin Jia <jia.calvin@gmail.com>2015-08-17 08:28:16 +0100
committerSean Owen <sowen@cloudera.com>2015-08-17 08:28:16 +0100
commit3ff81ad2dedc7cc3defb6e418d7c5fb415d56026 (patch)
tree66d15c734476e06eef3ce7dc9b3f3973e500e34f /core/pom.xml
parent26e760581fdf7ca913da93fa80e73b7ddabcedf6 (diff)
downloadspark-3ff81ad2dedc7cc3defb6e418d7c5fb415d56026.tar.gz
spark-3ff81ad2dedc7cc3defb6e418d7c5fb415d56026.tar.bz2
spark-3ff81ad2dedc7cc3defb6e418d7c5fb415d56026.zip
[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.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 0e53a79fd2..4f79d71bf8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -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>