Tim Armstrong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13971
Change subject: IMPALA-8820: fix start-impala-cluster catalogd startup ...................................................................... IMPALA-8820: fix start-impala-cluster catalogd startup The catalogd process sometimes changes its name to "main" after an ubuntu 16.04 update. This avoids the issue by checking the first element of the command line instead, which should reflect the binary that was executed more reliably. Testing: This failed consistently before the change and now passes consistently on my development machine. Change-Id: Ib9396669481e4194beb6247c8d8b6064cb5119bb --- M bin/start-impala-cluster.py M tests/common/impala_cluster.py 2 files changed, 17 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/71/13971/1 -- To view, visit http://gerrit.cloudera.org:8080/13971 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9396669481e4194beb6247c8d8b6064cb5119bb Gerrit-Change-Number: 13971 Gerrit-PatchSet: 1 Gerrit-Owner: Tim Armstrong <[email protected]>
