Press "Enter" to skip to content

Finding YARN Cluster Idle Time

Dmitry Tolpeko has a Python script to track YARN cluster idle time:

In the previous article Calculating Utilization of Cluster using Resource Manager Logs I showed how to estimate per-second utilization for a Hadoop cluster.

This information can be useful to calculate the idle time statistics for a cluster i.e. time when no any containers are running.

Click through for the script.