From e8d3fca4502d5f5b8f38525b5fdabe80ccf9a8ec Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 8 Feb 2017 12:20:07 +0000 Subject: [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and earlier ## What changes were proposed in this pull request? - Remove support for Hadoop 2.5 and earlier - Remove reflection and code constructs only needed to support multiple versions at once - Update docs to reflect newer versions - Remove older versions' builds and profiles. ## How was this patch tested? Existing tests Author: Sean Owen Closes #16810 from srowen/SPARK-19464. --- pom.xml | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3679b4e263..ac61a57a61 100644 --- a/pom.xml +++ b/pom.xml @@ -122,12 +122,12 @@ spark 1.7.16 1.2.17 - 2.2.0 + 2.6.5 2.5.0 ${hadoop.version} 1.6.0 - 3.4.5 - 2.4.0 + 3.4.6 + 2.6.0 org.spark-project.hive 1.2.1.spark2 @@ -144,7 +144,7 @@ 3.1.2 1.7.7 hadoop2 - 0.7.1 + 0.9.3 1.6.2 0.10.2 @@ -2547,44 +2547,15 @@ http://hadoop.apache.org/docs/ra.b.c/hadoop-project-dist/hadoop-common/dependency-analysis.html --> - - hadoop-2.2 - - - - - hadoop-2.3 - - 2.3.0 - 0.9.3 - - - - - hadoop-2.4 - - 2.4.1 - 0.9.3 - - - hadoop-2.6 - - 2.6.5 - 0.9.3 - 3.4.6 - 2.6.0 - + hadoop-2.7 2.7.3 - 0.9.3 - 3.4.6 - 2.6.0 -- cgit v1.2.3