Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5895B18DF6 for ; Tue, 23 Jun 2015 16:47:24 +0000 (UTC) Received: (qmail 1874 invoked by uid 500); 23 Jun 2015 16:47:24 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 1830 invoked by uid 500); 23 Jun 2015 16:47:24 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 1819 invoked by uid 99); 23 Jun 2015 16:47:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 16:47:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1CE64E02A2; Tue, 23 Jun 2015 16:47:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ndimiduk@apache.org To: commits@hbase.apache.org Message-Id: <8ea6f1b237774678b13edc3d8e4e0373@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-13948 Expand hadoop2 versions built on the pre-commit Date: Tue, 23 Jun 2015 16:47:24 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 6a537eb85 -> 9db3ea340 HBASE-13948 Expand hadoop2 versions built on the pre-commit Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9db3ea34 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9db3ea34 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9db3ea34 Branch: refs/heads/master Commit: 9db3ea3406748799b7fc36f9d88aac04e02d8fc4 Parents: 6a537eb Author: Nick Dimiduk Authored: Tue Jun 23 09:46:12 2015 -0700 Committer: Nick Dimiduk Committed: Tue Jun 23 09:46:12 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/9db3ea34/dev-support/test-patch.properties ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties index 5525d6e..689ba17 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"