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 6B63A10F09 for ; Tue, 3 Mar 2015 21:41:44 +0000 (UTC) Received: (qmail 17208 invoked by uid 500); 3 Mar 2015 21:41:44 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 17160 invoked by uid 500); 3 Mar 2015 21:41:44 -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 17151 invoked by uid 99); 3 Mar 2015 21:41:44 -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, 03 Mar 2015 21:41:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2A33EE03B9; Tue, 3 Mar 2015 21:41:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: enis@apache.org To: commits@hbase.apache.org Message-Id: <68af6007552342f4b672c495a36b56d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-12920 hadoopqa should compile with different hadoop versions - ADDENDUM to add a new line Date: Tue, 3 Mar 2015 21:41:44 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 9899aab12 -> 524791bcf HBASE-12920 hadoopqa should compile with different hadoop versions - ADDENDUM to add a new line Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/524791bc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/524791bc Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/524791bc Branch: refs/heads/master Commit: 524791bcf5d41202b5da9293896078b45067699a Parents: 9899aab Author: Enis Soztutar Authored: Tue Mar 3 13:41:42 2015 -0800 Committer: Enis Soztutar Committed: Tue Mar 3 13:41:42 2015 -0800 ---------------------------------------------------------------------- dev-support/test-patch.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/524791bc/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 3c35600..561b0c8 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -529,6 +529,7 @@ checkBuildWithHadoopVersions() { # TODO: add Hadoop3 versions and compilation here when we get the hadoop.profile=3.0 working JIRA_COMMENT="$JIRA_COMMENT + {color:green}+1 hadoop versions{color}. The patch compiles with all supported hadoop versions ($HADOOP2_VERSIONS)" return 0 }