要查看Hadoop的端口,您可以按照以下步骤进行操作:
在Hadoop集群中的任意一台机器上登录,并打开终端或命令提示符。
使用以下命令检查Hadoop的NameNode和DataNode的端口信息:
hdfs getconf -confKey dfs.namenode.http-address
这将返回NameNode的HTTP端口。
hdfs getconf -confKey dfs.namenode.https-address
这将返回NameNode的HTTPS端口。
hdfs getconf -confKey dfs.datanode.http.address
这将返回DataNode的HTTP端口。
hdfs getconf -confKey dfs.datanode.https.address
这将返回DataNode的HTTPS端口。
yarn getconf -confKey yarn.resourcemanager.webapp.address
这将返回ResourceManager的Web UI端口。
yarn getconf -confKey yarn.nodemanager.webapp.address
这将返回NodeManager的Web UI端口。
mapred getconf -confKey mapreduce.jobhistory.webapp.address
这将返回JobHistoryServer的Web UI端口。
请注意,这些命令的输出将显示Hadoop集群中每个组件的端口号。