aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-09-16 11:24:26 -0700
committerReynold Xin <rxin@databricks.com>2016-09-16 11:24:26 -0700
commitdca771bec6edb1cd8fc75861d364e0ba9dccf7c3 (patch)
treec2040fd921388d1a7dd68a63636b4da7c5f15afc /pom.xml
parenta425a37a5d894e0d7462c8faa81a913495189ece (diff)
downloadspark-dca771bec6edb1cd8fc75861d364e0ba9dccf7c3.tar.gz
spark-dca771bec6edb1cd8fc75861d364e0ba9dccf7c3.tar.bz2
spark-dca771bec6edb1cd8fc75861d364e0ba9dccf7c3.zip
[SPARK-17558] Bump Hadoop 2.7 version from 2.7.2 to 2.7.3
## What changes were proposed in this pull request? This patch bumps the Hadoop version in hadoop-2.7 profile from 2.7.2 to 2.7.3, which was recently released and contained a number of bug fixes. ## How was this patch tested? The change should be covered by existing tests. Author: Reynold Xin <rxin@databricks.com> Closes #15115 from rxin/SPARK-17558.
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 ef83c184d0..b514173601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2524,7 +2524,7 @@
<profile>
<id>hadoop-2.7</id>
<properties>
- <hadoop.version>2.7.2</hadoop.version>
+ <hadoop.version>2.7.3</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.6.0</curator.version>