aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorCalvin Jia <jia.calvin@gmail.com>2015-11-02 17:02:31 -0800
committerPatrick Wendell <patrick@databricks.com>2015-11-02 17:02:31 -0800
commit476f4348e2ea57ea05f4b470abfe76d97eeb20ce (patch)
tree71bb2540463684bf6a9625a64aa3991c5e3ca28e /core/pom.xml
parentc020f7d9d43548d27ae4a9564ba38981fd530cb1 (diff)
downloadspark-476f4348e2ea57ea05f4b470abfe76d97eeb20ce.tar.gz
spark-476f4348e2ea57ea05f4b470abfe76d97eeb20ce.tar.bz2
spark-476f4348e2ea57ea05f4b470abfe76d97eeb20ce.zip
[SPARK-11236] [TEST-MAVEN] [TEST-HADOOP1.0] [CORE] Update Tachyon dependency 0.7.1 -> 0.8.1
This is a reopening of #9204 which failed hadoop1 sbt tests. With the original PR, a classpath issue would occur due to the MIMA plugin pulling in hadoop-2.2 dependencies regardless of the hadoop version when building the `oldDeps` project. These affect the hadoop1 sbt build because they are placed in `lib_managed` and Tachyon 0.8.0's default hadoop version is 2.2. Author: Calvin Jia <jia.calvin@gmail.com> Closes #9395 from calvinjia/spark-11236.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 1b6b13517b..570a25cf32 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -262,7 +262,7 @@
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
- <version>0.7.1</version>
+ <version>0.8.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
@@ -284,10 +284,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>