You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ron Hu (Jira)" <ji...@apache.org> on 2021/02/21 03:31:00 UTC

[jira] [Updated] (SPARK-34092) support filtering by task status in REST API call for a specific stage

     [ https://issues.apache.org/jira/browse/SPARK-34092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ron Hu updated SPARK-34092:
---------------------------
    Summary: support filtering by task status in REST API call for a specific stage  (was: Stage level RestFul API support filter by task status)

> support filtering by task status in REST API call for a specific stage
> ----------------------------------------------------------------------
>
>                 Key: SPARK-34092
>                 URL: https://issues.apache.org/jira/browse/SPARK-34092
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.2.0
>            Reporter: angerszhu
>            Priority: Major
>
> Query parameter taskStatus can be used to filter the tasks meeting a specific status in the REST API call for a given stage.   We want to support the following REST API calls: 
> applications/<application_id>/<application_attempt>/stages/<stage_id>?details=true&taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING]
> applications/<application_id>/<application_attempt>/stages/<stage_id>/<stage_attempt>?details=true&taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING]
> Need to set details=true in order to drill down to the task level within a specified stage.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org