aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-01-15 12:03:28 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-01-15 12:03:28 -0800
commitad1503f92e1f6e960a24f9f5d36b1735d1f5073a (patch)
tree564c1b3b8bea707d98d9467a7bbba87845051908 /core/pom.xml
parent5f83c6991c95616ecbc2878f8860c69b2826f56c (diff)
downloadspark-ad1503f92e1f6e960a24f9f5d36b1735d1f5073a.tar.gz
spark-ad1503f92e1f6e960a24f9f5d36b1735d1f5073a.tar.bz2
spark-ad1503f92e1f6e960a24f9f5d36b1735d1f5073a.zip
[SPARK-12667] Remove block manager's internal "external block store" API
This pull request removes the external block store API. This is rarely used, and the file system interface is actually a better, more standard way to interact with external storage systems. There are some other things to remove also, as pointed out by JoshRosen. We will do those as follow-up pull requests. Author: Reynold Xin <rxin@databricks.com> Closes #10752 from rxin/remove-offheap.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 3bec5debc2..2071a58de9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -268,33 +268,6 @@
<version>${oro.version}</version>
</dependency>
<dependency>
- <groupId>org.tachyonproject</groupId>
- <artifactId>tachyon-client</artifactId>
- <version>0.8.2</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-client</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-client</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-framework</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.curator</groupId>
- <artifactId>curator-recipes</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.tachyonproject</groupId>
- <artifactId>tachyon-underfs-glusterfs</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<exclusions>