Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Incompatible change
-
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.
Description
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.