mirror of
https://github.com/apache/impala.git
synced 2026-01-08 03:02:48 -05:00
The minicluster setup logic assigned fixed port numbers to several but not all listening sockets of the data nodes. This change assigns similar port ranges to all the listening ports that were so far allowed to pick their own port numbers, interfering with other components, e.g. HBase. Change-Id: Iecf312873b7026c52b0ac0e71adbecab181925a0 Reviewed-on: http://gerrit.cloudera.org:8080/6531 Reviewed-by: Michael Brown <mikeb@cloudera.com> Tested-by: Impala Public Jenkins