aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCalvin Jia <jia.calvin@gmail.com>2015-10-29 15:13:38 -0700
committerhaoyuan <haoyuan@tachyonnexus.com>2015-10-29 15:13:38 -0700
commit4f5e60c647d7d6827438721b7fabbc3a57b81023 (patch)
tree801a9cb7a21f2d73fcb794b242255bf5db419427 /core
parentf21ef8dbb2ef6526b8b47e18b9d8d91dd520c086 (diff)
downloadspark-4f5e60c647d7d6827438721b7fabbc3a57b81023.tar.gz
spark-4f5e60c647d7d6827438721b7fabbc3a57b81023.tar.bz2
spark-4f5e60c647d7d6827438721b7fabbc3a57b81023.zip
[SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0.
Upgrades the tachyon-client version to the latest release. No new dependencies are added and no spark facing APIs are changed. The removal of the `tachyon-underfs-s3` exclusion will enable users to use S3 out of the box and there are no longer any additional external dependencies added by the module. Author: Calvin Jia <jia.calvin@gmail.com> Closes #9204 from calvinjia/spark-11236.
Diffstat (limited to 'core')
-rw-r--r--core/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 319a50049a..dff40e91ad 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.1</version>
+ <version>0.8.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
@@ -288,10 +288,6 @@
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-underfs-glusterfs</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.tachyonproject</groupId>
- <artifactId>tachyon-underfs-s3</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>