Job history web interface and metrics
In the previous recipe, we enabled history server, and now we will use the Web UI to the explore YARN metrics and job history.
Getting ready
Make sure you have completed the previous recipe and have a History Server running as daemon, as shown here in the list of processes:
How to do it...
- Using web browser, connect to the JobHistoryServer Web UI port, which in this case is port
19888
and host IPmaster1.cyrus.com
. - Once connected to the Web UI, the user can see JobHistory and other details as shown here:
- Under the Tools section on the left-most side, the user can see links to view YARN parameters currently in effect, using the link
configuration
as shown here: - Another section is metrics, which gives information about JvmMetrics, stats, and so on. The output format is JSON:
- The preceding output can also be viewed from the command line, as shown in the following screenshot:
How it works...
In Hadoop, each daemon has a built-in web server, which is a jetty server...