HBASE-18179 Add new hadoop releases to the pre commit hadoop check

This commit is contained in:
zhangduo 2017-06-13 20:46:57 +08:00
parent 550b6c585e
commit 58b377751a
1 changed files with 2 additions and 2 deletions

View File

@ -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=""