Some port forwarding not working on vagrant Some port forwarding not working on vagrant hadoop hadoop

Some port forwarding not working on vagrant


I had exactly the same issue. I found that difference between working(7180) and non-working ports (8888) by netstat command

"netstat -an | grep LISTEN | grep 8888"tcp        0      0 <private ip>:8888      0.0.0.0:*               LISTEN"netstat -an | grep LISTEN | grep 7180"tcp        0      0 0.0.0.0:7180            0.0.0.0:*               LISTEN

Login in to the cloudera manager and go to the configuration -> Search address -> enable "Bind Hue Server to Wildcard Address" to "Hue Server Default Group" and restart the service. Same process will be applied for other nonworking ports.