Henry Robinson has posted comments on this change. Change subject: Fix start-impala-cluster.py with -s 0. ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/2666/1/bin/start-impala-cluster.py File bin/start-impala-cluster.py: Line 219: mem_limit = int(0.8 * psutil.virtual_memory().total / max(cluster_size, 1)) it would be clearer just to return if cluster_size == 0 -- To view, visit http://gerrit.cloudera.org:8080/2666 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9abe40de6c6caea26b6faa03b7495f25cb07e0ac Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-HasComments: Yes
