This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit b62de19c1201e0c78f46a86a064eb02a1c01e338 Author: jasonmfehr <[email protected]> AuthorDate: Tue Apr 15 10:31:29 2025 -0700 IMPALA-13969: Remove Unused Port from Docs Port List Port 22000 was removed from use in Impala 4.0 by IMPALA-9180. Remove this port from the documentation page that lists ports used by Impala. Local make of the asf-site succeeded without any warnings/errors. Change-Id: I720ef932a1aedb83a14d41cfb22041f438ca7e62 Reviewed-on: http://gerrit.cloudera.org:8080/22783 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- docs/topics/impala_ports.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/topics/impala_ports.xml b/docs/topics/impala_ports.xml index af2528eba..30410b4da 100644 --- a/docs/topics/impala_ports.xml +++ b/docs/topics/impala_ports.xml @@ -68,13 +68,6 @@ under the License. <entry>Port on which HiveServer2 client requests are served by Impala Daemons.</entry> </row> - <row> - <entry>Impala Daemon </entry> - <entry>--be_port</entry> - <entry>22000 </entry> - <entry>Internal use only. Impala daemons use this port for Thrift - based communication with each other. </entry> - </row> <row> <entry>Impala Daemon </entry> <entry>--state_store_subscriber_port</entry>
