Use YarnClient instead of making an http request to Yarn webapp, for cluster metrics

Description

In DistributedProgramRuntimeService, we make an http request to YARN web app to fetch the cluster metrics, such as "resources.total.memory" and "resources.available.memory".
We may be able to do this using YarnClient, by getting the NodeReports, and summing up their metrics.

Release Notes

Use YarnClient instead of the YARN Http API to fetch node reports

Activity

Show:

Terence YimAugust 4, 2016 at 8:34 PM

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

Affects versions

Components

Fix versions

Priority

Created August 4, 2016 at 6:35 AM
Updated August 21, 2016 at 12:12 AM
Resolved August 4, 2016 at 11:28 PM