You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Hello there,
After building the system using the command

docker-compose up, I found that port 9000 is exposed on the ip 0.0.0.0As far as I can see, port 9000 is designed for the inner communication of hdfs process, it should be listened on the local ip(e.g. 127.0.0.1) usually.
So do you think is it a problem here?