Enabling Dual-Stack support for Impala
Learn about enabling IPv6 support for Impala in a dual-stack cluster by using Cloudera Manager. By default, Impala uses IPv4 as the preferred IP version.
In a dual-stack environment, Impala can be configured to listen on both IPv4 and IPv6 addresses simultaneously, allowing for broader network compatibility across your cluster.
Impala components now listen for both IPv4 and IPv6 traffic by binding to the :: address. The following table shows the default ports used for dual-stack networking:
| Component | Flag | Port |
|---|---|---|
| Coordinator | --beeswax_port | 21000 |
| Coordinator | --hs2_port | 21050 |
| Coordinator | --hs2_http_port | 28000 |
| Coordinator | --webserver_port | 25000 |
| Statestored | --webserver_port | 25010 |
| Catalogd | --webserver_port | 25020 |
