-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3.0
-
Component/s: capacityscheduler
-
Labels:None
-
Hadoop Flags:Incompatible change
-
Release Note:This patch changes the format of app activities query URL to http://{rm-host}:{port}/ws/v1/cluster/scheduler/app-activities/{app-id}/, app-id now is a path parameter instead of a query parameter.
Currently all completed activities of specified application in cache will be returned forĀ application activities REST API. Most results may be redundant in some scenarios which only need a few latest results, for example, perhaps only one result is needed to be shown on UI for debugging.