Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
URL: /ws/v1/partition/<partition>/queue/<queue>/applications
Method: GET
Desc: Returns all applications within the <partition> context.
Query Params:
?name=spark-app
Filter the applications using “name” by doing regex match
?state=Running
Filter the applications using “state”. Allowed states are New", "Accepted", "Starting", "Running", "Waiting", "Rejected", "Completed", "Killed"
?min_priority=Any Positive Integer
Filter the applications using “min_priority”. Applications whose priority is greater than or equal to min_priority would be returned. Default value is 0.
?max_priority=Any Positive Integer
Filter the applications using “max_priority”. Applications whose priority is lesser than or equal to max_priority would be returned. Using both “min_priority” and “max_priority” query params return the applications whose priority falls within the range.
?node_id=Id of the node
Filter the applications using “node_id”.
Attachments
Issue Links
- links to