Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0693017B87 for ; Mon, 7 Sep 2015 14:21:50 +0000 (UTC) Received: (qmail 64039 invoked by uid 500); 7 Sep 2015 14:21:46 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 63993 invoked by uid 500); 7 Sep 2015 14:21:46 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 63981 invoked by uid 99); 7 Sep 2015 14:21:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 14:21:46 +0000 Date: Mon, 7 Sep 2015 14:21:46 +0000 (UTC) From: "Kengo Seki (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12380) Wrong grep command invocation in github_find_jira_title MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14733769#comment-14733769 ] Kengo Seki commented on HADOOP-12380: ------------------------------------- Thanks [~brahmareddy], +1 non-binding. {code} [sekikn@mobile hadoop]$ bash -x dev-support/test-patch.sh --basedir=../pig --project=pig --grep-cmd=/usr/bin/grep 18 (snip) + github_find_jira_title + declare title + declare maybe + declare retval + [[ ! -f /private/tmp/test-patch-pig/2968/github-pull.json ]] ++ /usr/bin/grep title /private/tmp/test-patch-pig/2968/github-pull.json ++ cut -f4 '-d"' + title=PIG-4373 (snip) {code} > Wrong grep command invocation in github_find_jira_title > ------------------------------------------------------- > > Key: HADOOP-12380 > URL: https://issues.apache.org/jira/browse/HADOOP-12380 > Project: Hadoop Common > Issue Type: Sub-task > Components: yetus > Affects Versions: HADOOP-12111 > Reporter: Kengo Seki > Assignee: Brahma Reddy Battula > Labels: newbie > Attachments: HADOOP-12380.HADOOP-12111.01.patch > > > {code} > 139 title=$(GREP title "${PATCH_DIR}/github-pull.json" \ > 140 | cut -f4 -d\") > {code} > should be {{title=$($\{GREP} ...)}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)