Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
YARN getAllApplications() call with no param or with application types getApplications(Set<String> applicationTypes) are very costly in a cluster with hundreds or thousands of Slider apps running.
YARN now has the API to filter by application tags - YARN-4491. We should be able to use this to avoid these expensive calls.