Book Image

YARN Essentials

Book Image

YARN Essentials

Overview of this book

Table of Contents (17 chapters)
YARN Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Need for YARN
9
YARN – Alternative Solutions
Index

Monitoring YARN applications with web GUI


Now, we will look at the YARN web GUI to monitor the examples. You can monitor the application submission ID, the user who submitted the application, the name of the application, the queue in which the application is submitted, the start time and finish time in the case of finished applications, and the final status of the application, using the ResourceManager UI. The ResourceManager web UI differs from the UI of the Hadoop 1.x versions. The following screenshot shows the information we could get from the YARN web UI (http://localhost:8088).

Currently, the following web UI is showing information related to the PI example we ran in the previous section, exploring the YARN web UI:

The following screenshot shows the PI example running over the YARN framework and the PI example submitted by the root user into the default queue. An ApplicationMaster is assigned to it, which is currently in the running state. Similarly, you can also monitor all the submitted...