Repository: hbase Updated Branches: refs/heads/HBASE-18147 795e33295 -> 8f06993df (forced update)
HBASE-18339 Update to hadoop3-alpha4 Signed-off-by: Sean Busbey <bus...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/500592df Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/500592df Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/500592df Branch: refs/heads/HBASE-18147 Commit: 500592dfd0fb0446dc501d11ade0f3b3ddc49bd3 Parents: c0725dd Author: Mike Drob <md...@apache.org> Authored: Wed Jul 12 13:36:27 2017 -0500 Committer: Sean Busbey <bus...@apache.org> Committed: Thu Jul 13 10:03:03 2017 -0500 ---------------------------------------------------------------------- dev-support/hbase-personality.sh | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/500592df/dev-support/hbase-personality.sh ---------------------------------------------------------------------- diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 990a49a..ae8b501 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -58,10 +58,10 @@ function personality_globals HBASE_HADOOP3_VERSIONS="" elif [[ ${PATCH_BRANCH} = branch-2* ]]; then 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_HADOOP3_VERSIONS="3.0.0-alpha3" + HBASE_HADOOP3_VERSIONS="3.0.0-alpha4" else # master or a feature branch 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_HADOOP3_VERSIONS="3.0.0-alpha3" + HBASE_HADOOP3_VERSIONS="3.0.0-alpha4" fi # TODO use PATCH_BRANCH to select jdk versions to use. http://git-wip-us.apache.org/repos/asf/hbase/blob/500592df/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 708cece..5e9e175 100644 --- a/pom.xml +++ b/pom.xml @@ -1330,7 +1330,7 @@ <java.min.version>${compileSource}</java.min.version> <!-- Dependencies --> <hadoop-two.version>2.7.1</hadoop-two.version> - <hadoop-three.version>3.0.0-alpha2</hadoop-three.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 currently "hadoop-2.0". See HBASE-15925 for more info. -->