My YARN UI cannot be reached when trying to access it on browser, but based on the logs, it is up and running :
2:43:36.279 PM | | INFO | WebApps | Web app jobhistory started at 19888 |
When I check the server where the YARN is installed, the port 19888 is listening but only in my private IP:
netstat -na | grep -i 19888
tcp 0 0 10.117.210.72:19888 0.0.0.0:* LISTEN
tcp 0 0 10.117.210.72:19888 10.117.210.78:57172 ESTABLISHED
tcp 0 0 10.117.210.72:19888 10.117.210.72:51826 TIME_WAIT
How can I make this port listen to all IPs also for example 0.0.0.0 ? so that my webURL for YARN work.