Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
ApplicationHistoryClientService#getApplications should filtering applications as what ClientRMService#getApplications does. In YARN-925, we've discussed that it's good to push the filters into the history store implementation to optimize I/O. However, in short term, it's required to have this filters work some how to unblock YARN-1809, which uniforms the code RM and AHS web-UIs, and just differs at calling ClientRMService#getApplications and ApplicationHistoryClientService#getApplications when getting the application list.