请问hadoop web ui端口访问问题
docker service create
--replicas 1
--name proxy_hadoop
--network hadoop-cluster
-p 50070:50070
-p 8088:8088
newnius/docker-proxy
请问是这样开启hadoop hdfs的web访问还是?
不是的,保留默认的7001就可以了,这个容器是暴露了一个socks5代理,然后在浏览器上配置,就可以通过访问服务名来访问Hadoop UI 了。
你可以参考一下这篇文章中的暴露WebUI和外部访问HDFS服务。
https://blog.newnius.com/setup-distributed-hadoop-cluster-with-docker-step-by-step.html
On Sat, Apr 13, 2019 at 17:38 blastxc [email protected] wrote:
docker service create --replicas 1 --name proxy_hadoop --network hadoop-cluster -p 50070:50070 -p 8088:8088 newnius/docker-proxy
请问是这样开启hadoop hdfs的web访问还是?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/newnius/Dockerfiles/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/AKu2pD9b3paO-d0IddLLAHNcw9hNjnWGks5vgaWzgaJpZM4ct8-r .
好的,多谢了 代理配置,那个IP地址是 集群中的master 地址?
好的,多谢了 代理配置,那个IP地址是 集群中的master 地址?
对的,任意一个节点都可以