Joe McDonnell has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/23261 )
Change subject: IMPALA-14281: Rearrange port numbers to support more impalads in the minicluster ...................................................................... IMPALA-14281: Rearrange port numbers to support more impalads in the minicluster Currently, the port numbers allow for up to 10 impalads before having collisions. In particular, the WebUI port for impalads starts at 25000 while the WebUI for state store starts at 25010. This allows up to 10 impalads before there are port collisions. This changes several of the port ranges to allow more impalads to run in the minicluster. This allows up to 50 coordinators and up to 710 impalads total (including coordinators). At those scales, resources on a single machine would be a limiting factor as much as the availability of ports. This also changes admissiond to allow its ports to be remapped when running in the minicluster. This allows its WebUI and statestore subscriber ports to be placed to avoid collisions. Testing: - Ran with 50 impalads locally Change-Id: Icab9779e4c02776357e067144a345d66986bd903 --- M be/src/scheduling/admissiond-main.cc M bin/start-impala-cluster.py M tests/common/impala_cluster.py 3 files changed, 66 insertions(+), 22 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/23261/2 -- To view, visit http://gerrit.cloudera.org:8080/23261 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Icab9779e4c02776357e067144a345d66986bd903 Gerrit-Change-Number: 23261 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>