You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Alex Behm (Code Review)" <ge...@cloudera.org> on 2016/03/30 21:07:03 UTC

[Impala-CR](cdh5-trunk) Fix start-impala-cluster.py with -s 0.

Alex Behm has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2666

Change subject: Fix start-impala-cluster.py with -s 0.
......................................................................

Fix start-impala-cluster.py with -s 0.

Bug: Division by zero. Fix: Use max(cluster_size, 1).

Starting only the statestored and catalogd can be
useful for debugging purposes. For example, it is
often convenient to start a single customized impalad
with start-impalad.sh, but that requires having
the statestored and catalogd already up.

Change-Id: I9abe40de6c6caea26b6faa03b7495f25cb07e0ac
---
M bin/start-impala-cluster.py
1 file changed, 1 insertion(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9abe40de6c6caea26b6faa03b7495f25cb07e0ac
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Alex Behm <al...@cloudera.com>