Repository: hbase Updated Branches: refs/heads/master 550b6c585 -> 58b377751
HBASE-18179 Add new hadoop releases to the pre commit hadoop check Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/58b37775 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/58b37775 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/58b37775 Branch: refs/heads/master Commit: 58b377751aff8909c016beb9dc5ceafa6779593c Parents: 550b6c5 Author: zhangduo <[email protected]> Authored: Tue Jun 13 20:46:57 2017 +0800 Committer: zhangduo <[email protected]> Committed: Wed Jun 14 14:20:01 2017 +0800 ---------------------------------------------------------------------- dev-support/hbase-personality.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/58b37775/dev-support/hbase-personality.sh ---------------------------------------------------------------------- diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 4620916..7625403 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -54,10 +54,10 @@ function personality_globals # TODO use PATCH_BRANCH to select hadoop versions to use. # All supported Hadoop versions that we want to test the compilation with HBASE_MASTER_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_MASTER_HADOOP3_VERSIONS="3.0.0-alpha2" + HBASE_MASTER_HADOOP3_VERSIONS="3.0.0-alpha3" HBASE_BRANCH2_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_BRANCH2_HADOOP3_VERSIONS="3.0.0-alpha2" + HBASE_BRANCH2_HADOOP3_VERSIONS="3.0.0-alpha3" 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_HADOOP3_VERSIONS=""
