mirror of
https://github.com/apache/impala.git
synced 2026-01-05 21:00:54 -05:00
We've seen repeated test failures because HBase tries to bind to ports in the ephemeral port range, which sometimes would already be occupied by outgoing connections of other proccesses. This change changes the ports to the new default HBase ports (HBASE-10123): HBase Master Port: 60000 -> 16000 HBase Master Web UI Port: 60010 -> 16010 HBase ReqionServer Port: 60020 -> 16020 HBase ReqionServer Web UI Port: 60030 -> 16030 HBase Status Multicast Port: 60100 -> 16100 This made it necessary to change the default KMS port, too (HADOOP-12811): KMS HTTP port: 16000 -> 9600 Change-Id: I6f8af325e34b6e352afd75ce5ddd2446ce73d857 Reviewed-on: http://gerrit.cloudera.org:8080/6524 Reviewed-by: Lars Volker <lv@cloudera.com> Tested-by: Impala Public Jenkins