aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdam Roberts <aroberts@uk.ibm.com>2016-06-09 10:34:01 +0100
committerSean Owen <sowen@cloudera.com>2016-06-09 10:34:01 +0100
commit147c020823080c60b495f7950629d8134bf895db (patch)
tree2a7f624056462c06ae7de672d1ed8e8e71c4458a /pom.xml
parent921fa40b14082bfd1094fa49fb3b0c46a79c1aaa (diff)
downloadspark-147c020823080c60b495f7950629d8134bf895db.tar.gz
spark-147c020823080c60b495f7950629d8134bf895db.tar.bz2
spark-147c020823080c60b495f7950629d8134bf895db.zip
[SPARK-15818][BUILD] Upgrade to Hadoop 2.7.2
## What changes were proposed in this pull request? Updating the Hadoop version from 2.7.0 to 2.7.2 if we use the Hadoop-2.7 build profile ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) Existing tests (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) I'd like us to use Hadoop 2.7.2 owing to the Hadoop release notes stating Hadoop 2.7.0 is not ready for production use https://hadoop.apache.org/docs/r2.7.0/ states "Apache Hadoop 2.7.0 is a minor release in the 2.x.y release line, building upon the previous stable release 2.6.0. This release is not yet ready for production use. Production users should use 2.7.1 release and beyond." Hadoop 2.7.1 release notes: "Apache Hadoop 2.7.1 is a minor release in the 2.x.y release line, building upon the previous release 2.7.0. This is the next stable release after Apache Hadoop 2.6.x." And then Hadoop 2.7.2 release notes: "Apache Hadoop 2.7.2 is a minor release in the 2.x.y release line, building upon the previous stable release 2.7.1." I've tested this is OK with Intel hardware and IBM Java 8 so let's test it with OpenJDK, ideally this will be pushed to branch-2.0 and master. Author: Adam Roberts <aroberts@uk.ibm.com> Closes #13556 from a-roberts/patch-2.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6c67452adf..fd4068376c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2484,7 +2484,7 @@
<profile>
<id>hadoop-2.4</id>
<properties>
- <hadoop.version>2.4.0</hadoop.version>
+ <hadoop.version>2.4.1</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
</properties>
</profile>
@@ -2492,7 +2492,7 @@
<profile>
<id>hadoop-2.6</id>
<properties>
- <hadoop.version>2.6.0</hadoop.version>
+ <hadoop.version>2.6.4</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.6.0</curator.version>
@@ -2502,7 +2502,7 @@
<profile>
<id>hadoop-2.7</id>
<properties>
- <hadoop.version>2.7.0</hadoop.version>
+ <hadoop.version>2.7.2</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.6.0</curator.version>