Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4356D200D07 for ; Sun, 1 Oct 2017 21:54:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 41AB61609C5; Sun, 1 Oct 2017 19:54:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 87B7D1609C8 for ; Sun, 1 Oct 2017 21:54:41 +0200 (CEST) Received: (qmail 33905 invoked by uid 500); 1 Oct 2017 19:54:40 -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 33895 invoked by uid 99); 1 Oct 2017 19:54:40 -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; Sun, 01 Oct 2017 19:54:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BFCFFE35E9; Sun, 1 Oct 2017 19:54:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@hbase.apache.org Date: Sun, 01 Oct 2017 19:54:39 -0000 Message-Id: <6833558c37774dfaaea51813049cbb92@git.apache.org> In-Reply-To: <6178c9b864444910a4293703d4ac71c2@git.apache.org> References: <6178c9b864444910a4293703d4ac71c2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] hbase git commit: HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality archived-at: Sun, 01 Oct 2017 19:54:42 -0000 HBASE-17441 Fix invalid quoting around hadoop-3 build in yetus personality Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/869b90c6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/869b90c6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/869b90c6 Branch: refs/heads/master Commit: 869b90c612ebf2f931dcd43be59b817e4b55ab32 Parents: 9f1bfbe Author: Josh Elser Authored: Thu Sep 28 17:49:00 2017 -0400 Committer: Josh Elser Committed: Sun Oct 1 15:46:24 2017 -0400 ---------------------------------------------------------------------- dev-support/hbase-personality.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/869b90c6/dev-support/hbase-personality.sh ---------------------------------------------------------------------- diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index b7a2f97..c58e47e 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -267,8 +267,8 @@ function hadoopcheck_rebuild echo_and_redirect "${logfile}" \ "${MAVEN}" clean install \ -DskipTests -DHBasePatchProcess \ - -Dhadoop-three.version="${hadoopver} \ - -Dhadoop.profile=3.0" + -Dhadoop-three.version="${hadoopver}" \ + -Dhadoop.profile=3.0 count=$(${GREP} -c '\[ERROR\]' "${logfile}") if [[ ${count} -gt 0 ]]; then add_vote_table -1 hadoopcheck "${BUILDMODEMSG} causes ${count} errors with Hadoop v${hadoopver}."