HBASE-13948 Expand hadoop2 versions built on the pre-commit

This commit is contained in:
Nick Dimiduk 2015-06-23 09:46:12 -07:00
parent 6a537eb854
commit 9db3ea3406
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ MAX_LINE_LENGTH=100
BRANCH_NAMES="0.94 0.98 branch-1.0 branch-1.1 branch-1.2 branch-1 master hbase-12439 hbase-11339" BRANCH_NAMES="0.94 0.98 branch-1.0 branch-1.1 branch-1.2 branch-1 master hbase-12439 hbase-11339"
# All supported Hadoop versions that we want to test the compilation with # All supported Hadoop versions that we want to test the compilation with
HADOOP2_VERSIONS="2.4.1 2.5.2 2.6.0" HADOOP2_VERSIONS="2.2.0 2.3.0 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0"
HADOOP3_VERSIONS="3.0.0-SNAPSHOT" HADOOP3_VERSIONS="3.0.0-SNAPSHOT"