Michael Smith has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23586


Change subject: IMPALA-14511: Fix pgrep to avoid warning
......................................................................

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
---
M testdata/bin/kill-all.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/86/23586/1
--
To view, visit http://gerrit.cloudera.org:8080/23586
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1340e85cbcd3b699b333316da618774cb4e9dcd
Gerrit-Change-Number: 23586
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Smith <[email protected]>

Reply via email to