Simply connect to http://your_address:8088/. For example, if you've set up YARN on your local machine, then connect to localhost:8088. A page showing your Hadoop cluster info and the YARN job history should be seen.
The port number 8088 might be different if you set a certain value for yarn.resourcemanager.webapp.address in your configuration files.
Simply connect to
http://your_address:8088/
. For example, if you've set up YARN on your local machine, then connect tolocalhost:8088
. A page showing your Hadoop cluster info and the YARN job history should be seen. The port number 8088 might be different if you set a certain value foryarn.resourcemanager.webapp.address
in your configuration files.