我已经为Hadoop集群启用了安全性,并且运行良好。但是当我访问链接东道主:8020时,它显示:
It looks like you are making an HTTP request to a Hadoop IPC port. This is not the correct port for the web interface on this daemon.
但我不想这样做,因为这是未加密的信息,我们公司的政策是加密所有端口的数据。8020是Hadoop的RPC端口。知道如何禁用Hadoop端口的HTTP请求吗?
https://stackoverflow.com/questions/42387392
复制相似问题