You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/09/29 10:12:02 UTC

hbase git commit: HBASE-14482 Add hadoop 2.6.1 to the test-patch build list

Repository: hbase
Updated Branches:
  refs/heads/master 6ad6273dd -> 2ea70c7e6


HBASE-14482 Add hadoop 2.6.1 to the test-patch build list


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2ea70c7e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2ea70c7e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2ea70c7e

Branch: refs/heads/master
Commit: 2ea70c7e6c70c4bd689b79718999a948001f3b21
Parents: 6ad6273
Author: Nick Dimiduk <nd...@apache.org>
Authored: Tue Sep 29 10:11:16 2015 +0200
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Tue Sep 29 10:11:16 2015 +0200

----------------------------------------------------------------------
 dev-support/test-patch.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2ea70c7e/dev-support/test-patch.properties
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties
index 8645b79..bc29896 100644
--- a/dev-support/test-patch.properties
+++ b/dev-support/test-patch.properties
@@ -31,5 +31,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.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0 2.7.1"
+HADOOP2_VERSIONS="2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.6.1 2.7.0 2.7.1"
 HADOOP3_VERSIONS="3.0.0-SNAPSHOT"