port forwarding and ubuntu firewall for hadoop
I still needed to use firefox inside the vm to reach the uis in hadoop.
the problem was the ubuntu firewall
# ufw allow 50075
Rule added
# ufw allow 18080
Rule added
# ufw allow 50070
Rule added
# ufw allow 8042
Rule added
# ufw allow 8088
Rule added
# ufw allow 50090
Rule added
# ufw allow 4040
Rule added
Leave a comment