You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/11/07 23:30:33 UTC

[4/8] hbase git commit: HBASE-19203 Update Hadoop version used for build to 2.7.4 (from 2.5.1)

HBASE-19203 Update Hadoop version used for build to 2.7.4 (from 2.5.1)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e3bd4753
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e3bd4753
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e3bd4753

Branch: refs/heads/branch-2
Commit: e3bd47531797801a0c97226849de9f29e37361f1
Parents: fa3cc6c
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Nov 7 11:37:02 2017 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Nov 7 12:37:53 2017 -0800

----------------------------------------------------------------------
 dev-support/hbase-personality.sh | 6 +++---
 pom.xml                          | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e3bd4753/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index dcf4f7a..d0d81c6 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -262,15 +262,15 @@ function hadoopcheck_rebuild
   # See the Hadoop section on prereqs in the HBase Reference Guide
   if [[ "${PATCH_BRANCH}" = branch-1* ]]; then
     yetus_info "setting Hadoop versions to test based on branch-1-ish rules."
-    hbase_hadoop2_versions="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3"
+    hbase_hadoop2_versions="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 2.7.4"
     hbase_hadoop3_versions=""
   elif [[ ${PATCH_BRANCH} = branch-2* ]]; then
     yetus_info "setting Hadoop versions to test based on branch-2-ish rules."
-    hbase_hadoop2_versions="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3"
+    hbase_hadoop2_versions="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 2.7.4"
     hbase_hadoop3_versions="3.0.0-alpha4"
   else # master or a feature branch
     yetus_info "setting Hadoop versions to test based on master/feature branch rules."
-    hbase_hadoop2_versions="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3"
+    hbase_hadoop2_versions="2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 2.7.4"
     hbase_hadoop3_versions="3.0.0-alpha4"
   fi
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/e3bd4753/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 027f6df..e4a040f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1339,7 +1339,7 @@
     <maven.min.version>3.0.4</maven.min.version>
     <java.min.version>${compileSource}</java.min.version>
     <!-- Dependencies -->
-    <hadoop-two.version>2.7.1</hadoop-two.version>
+    <hadoop-two.version>2.7.4</hadoop-two.version>
     <hadoop-three.version>3.0.0-alpha4</hadoop-three.version>
     <!-- These must be defined here for downstream build tools that don't look at profiles.
          They ought to match the values found in our default hadoop profile, which is