XComp commented on a change in pull request #13894:
URL: https://github.com/apache/flink/pull/13894#discussion_r516724508
##########
File path:
flink-end-to-end-tests/test-scripts/docker-hadoop-secure-cluster/Dockerfile
##########
@@ -128,7 +128,7 @@ RUN set -x \
&& echo "Port 2122" >> /etc/ssh/sshd_config
# Hdfs ports
-EXPOSE 50470 9000 50010 50020 50070 50075 50090 50475 50091 8020
+EXPOSE 9000 50010 50020 50070 50075 50090 50475 50091 8020
Review comment:
Why do you remove `50470` here? Is it because we switch to random ports
for the namenode's HTTPS port? If yes: Why don't we also remove `50070` as
well? It's the namenode's HTTP port which also became random
([source](https://ambari.apache.org/1.2.3/installing-hadoop-using-ambari/content/reference_chap2_1.html)).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]