From ad1503f92e1f6e960a24f9f5d36b1735d1f5073a Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Fri, 15 Jan 2016 12:03:28 -0800 Subject: [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 Closes #10752 from rxin/remove-offheap. --- dev/deps/spark-deps-hadoop-2.2 | 6 +----- dev/deps/spark-deps-hadoop-2.3 | 4 ---- dev/deps/spark-deps-hadoop-2.4 | 4 ---- dev/deps/spark-deps-hadoop-2.6 | 4 ---- 4 files changed, 1 insertion(+), 17 deletions(-) (limited to 'dev') diff --git a/dev/deps/spark-deps-hadoop-2.2 b/dev/deps/spark-deps-hadoop-2.2 index fb2e91e1ee..0760529b57 100644 --- a/dev/deps/spark-deps-hadoop-2.2 +++ b/dev/deps/spark-deps-hadoop-2.2 @@ -35,7 +35,7 @@ commons-configuration-1.6.jar commons-dbcp-1.4.jar commons-digester-1.8.jar commons-httpclient-3.1.jar -commons-io-2.4.jar +commons-io-2.1.jar commons-lang-2.6.jar commons-lang3-3.3.2.jar commons-logging-1.1.3.jar @@ -179,10 +179,6 @@ stax-api-1.0-2.jar stax-api-1.0.1.jar stream-2.7.0.jar super-csv-2.2.0.jar -tachyon-client-0.8.2.jar -tachyon-underfs-hdfs-0.8.2.jar -tachyon-underfs-local-0.8.2.jar -tachyon-underfs-s3-0.8.2.jar uncommons-maths-1.2.2a.jar univocity-parsers-1.5.6.jar unused-1.0.0.jar diff --git a/dev/deps/spark-deps-hadoop-2.3 b/dev/deps/spark-deps-hadoop-2.3 index 59e4d4f839..191f2a0e4e 100644 --- a/dev/deps/spark-deps-hadoop-2.3 +++ b/dev/deps/spark-deps-hadoop-2.3 @@ -170,10 +170,6 @@ stax-api-1.0-2.jar stax-api-1.0.1.jar stream-2.7.0.jar super-csv-2.2.0.jar -tachyon-client-0.8.2.jar -tachyon-underfs-hdfs-0.8.2.jar -tachyon-underfs-local-0.8.2.jar -tachyon-underfs-s3-0.8.2.jar uncommons-maths-1.2.2a.jar univocity-parsers-1.5.6.jar unused-1.0.0.jar diff --git a/dev/deps/spark-deps-hadoop-2.4 b/dev/deps/spark-deps-hadoop-2.4 index e4395c872c..9134e997c8 100644 --- a/dev/deps/spark-deps-hadoop-2.4 +++ b/dev/deps/spark-deps-hadoop-2.4 @@ -171,10 +171,6 @@ stax-api-1.0-2.jar stax-api-1.0.1.jar stream-2.7.0.jar super-csv-2.2.0.jar -tachyon-client-0.8.2.jar -tachyon-underfs-hdfs-0.8.2.jar -tachyon-underfs-local-0.8.2.jar -tachyon-underfs-s3-0.8.2.jar uncommons-maths-1.2.2a.jar univocity-parsers-1.5.6.jar unused-1.0.0.jar diff --git a/dev/deps/spark-deps-hadoop-2.6 b/dev/deps/spark-deps-hadoop-2.6 index 89fd15da7d..8c45832873 100644 --- a/dev/deps/spark-deps-hadoop-2.6 +++ b/dev/deps/spark-deps-hadoop-2.6 @@ -177,10 +177,6 @@ stax-api-1.0-2.jar stax-api-1.0.1.jar stream-2.7.0.jar super-csv-2.2.0.jar -tachyon-client-0.8.2.jar -tachyon-underfs-hdfs-0.8.2.jar -tachyon-underfs-local-0.8.2.jar -tachyon-underfs-s3-0.8.2.jar uncommons-maths-1.2.2a.jar univocity-parsers-1.5.6.jar unused-1.0.0.jar -- cgit v1.2.3