From 17ce0b5b3f6a825fc77458bc8608cece1a6019c7 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Wed, 18 Jan 2017 09:46:34 +0000 Subject: [SPARK-18782][BUILD] Bump Hadoop 2.6 version to use Hadoop 2.6.5 **What changes were proposed in this pull request?** Use Hadoop 2.6.5 for the Hadoop 2.6 profile, I see a bunch of fixes including security ones in the release notes that we should pick up **How was this patch tested?** Running the unit tests now with IBM's SDK for Java and let's see what happens with OpenJDK in the community builder - expecting no trouble as it is only a minor release. Author: Adam Roberts Closes #16616 from a-roberts/Hadoop265Bumper. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ff37a88db0..fdc1917a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -2571,7 +2571,7 @@ hadoop-2.6 - 2.6.4 + 2.6.5 0.9.3 3.4.6 2.6.0 -- cgit v1.2.3