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:31 UTC

[2/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/7953daa5
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7953daa5
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7953daa5

Branch: refs/heads/branch-1.4
Commit: 7953daa52c8e98803d4f0b73096c381e3de315f2
Parents: 546a236
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:36:27 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/7953daa5/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 24f2ef5..f70c51b 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/7953daa5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 073b668..ad574f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1233,7 +1233,7 @@
     <maven.min.version>3.0.3</maven.min.version>
     <java.min.version>${compileSource}</java.min.version>
     <!-- Dependencies -->
-    <hadoop-two.version>2.5.1</hadoop-two.version>
+    <hadoop-two.version>2.7.4</hadoop-two.version>
     <!-- minikdc introduced in hadoop-2.3; override when building earlier versions -->
     <hadoop-two-minikdc.version>${hadoop-two.version}</hadoop-two-minikdc.version>
     <hadoop-three.version>3.0.0-SNAPSHOT</hadoop-three.version>