From 9db3ea3406748799b7fc36f9d88aac04e02d8fc4 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Tue, 23 Jun 2015 09:46:12 -0700 Subject: [PATCH] HBASE-13948 Expand hadoop2 versions built on the pre-commit --- dev-support/test-patch.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index 5525d6e134d..689ba17c979 100644 --- a/dev-support/test-patch.properties +++ b/dev-support/test-patch.properties @@ -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" # 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"