aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdam Roberts <aroberts@uk.ibm.com>2017-01-18 09:46:34 +0000
committerSean Owen <sowen@cloudera.com>2017-01-18 09:46:34 +0000
commit17ce0b5b3f6a825fc77458bc8608cece1a6019c7 (patch)
treebe5025deaefdd2f4a2d2c537e364bf3329ad7483 /pom.xml
parenteefdf9f9dd8afde49ad7d4e230e2735eb817ab0a (diff)
downloadspark-17ce0b5b3f6a825fc77458bc8608cece1a6019c7.tar.gz
spark-17ce0b5b3f6a825fc77458bc8608cece1a6019c7.tar.bz2
spark-17ce0b5b3f6a825fc77458bc8608cece1a6019c7.zip
[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 <aroberts@uk.ibm.com> Closes #16616 from a-roberts/Hadoop265Bumper.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ff37a88db0..fdc1917a0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2571,7 +2571,7 @@
<profile>
<id>hadoop-2.6</id>
<properties>
- <hadoop.version>2.6.4</hadoop.version>
+ <hadoop.version>2.6.5</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.6.0</curator.version>