aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorHaoyuan Li <haoyuan@cs.berkeley.edu>2014-07-31 22:53:42 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-07-31 22:53:42 -0700
commit2cdc3e5c6f5601086590a0cebf40a48f7560d02e (patch)
treeabb9a1b543f869591c3a4f671cc853df4d1fa9d9 /core/pom.xml
parentc4755403e7d670176d81211813b6515dec76bee2 (diff)
downloadspark-2cdc3e5c6f5601086590a0cebf40a48f7560d02e.tar.gz
spark-2cdc3e5c6f5601086590a0cebf40a48f7560d02e.tar.bz2
spark-2cdc3e5c6f5601086590a0cebf40a48f7560d02e.zip
[SPARK-2702][Core] Upgrade Tachyon dependency to 0.5.0
Author: Haoyuan Li <haoyuan@cs.berkeley.edu> Closes #1651 from haoyuan/upgrade-tachyon and squashes the following commits: 6f3f98f [Haoyuan Li] upgrade tachyon to 0.5.0
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 04d4b9cc10..7c60cf10c3 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -192,8 +192,8 @@
</dependency>
<dependency>
<groupId>org.tachyonproject</groupId>
- <artifactId>tachyon</artifactId>
- <version>0.4.1-thrift</version>
+ <artifactId>tachyon-client</artifactId>
+ <version>0.5.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>