[ 
https://issues.apache.org/jira/browse/IMPALA-14511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18032609#comment-18032609
 ] 

ASF subversion and git services commented on IMPALA-14511:
----------------------------------------------------------

Commit ea0ef5a799815bb1301e90dc8da2288dd90506ec in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=ea0ef5a79 ]

IMPALA-14511: Fix pgrep to avoid warning

kill-all.sh tries to find a process named mini-impalad-cluster with,
which results in an (ignored) error

    pgrep: pattern that searches for process name longer than 15
    characters will result in zero matches
    Try `pgrep -f' option to match against the complete command line.

This was accidentally changed from mini-impala-cluster in 2015. Neither
term is used anymore, so this process name will never exist. Remove it
to fix the error.

Change-Id: Id1340e85cbcd3b699b333316da618774cb4e9dcd
Reviewed-on: http://gerrit.cloudera.org:8080/23586
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Michael Smith <[email protected]>


> kill-all.sh prints pgrep error
> ------------------------------
>
>                 Key: IMPALA-14511
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14511
>             Project: IMPALA
>          Issue Type: Task
>          Components: Infrastructure
>            Reporter: Michael Smith
>            Assignee: Michael Smith
>            Priority: Minor
>             Fix For: Impala 5.0.0
>
>
> Running {{./testdata/bin/kill-all.sh}} prints
> {code}
> pgrep: pattern that searches for process name longer than 15 characters will 
> result in zero matches
> Try `pgrep -f' option to match against the complete command line.
> {code}
> It's trying to match {{mini-impalad-cluster}}, which I can't find used 
> anywhere else.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to