[
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)