You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Edwina Lu (JIRA)" <ji...@apache.org> on 2018/12/19 00:29:00 UTC

[jira] [Updated] (SPARK-26399) Add new stage-level REST APIs and parameters

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

Edwina Lu updated SPARK-26399:
------------------------------
    Description: 
Add the peak values for the metrics to the stages REST API. Also add a new executorSummary REST API, which will return executor summary metrics for a specified stage:
{code:java}
curl http://<spark history server>:18080/api/v1/applications/<application id>/<application attempt/stages/<stage id>/<stage attempt>/executorSummary{code}

Add parameters to the stages REST API to specify:
*  filtering for task status, and returning tasks that match (for example, FAILED tasks).
* task metric quantiles, add adding the task summary if specified
* executor metric quantiles, and adding the executor summary if specified

  was:
Add the peak values for the metrics to the stages REST API. Also add a new executorSummary REST API, which will return executor summary metrics for a specified stage:
{code:java}
curl http://<spark history server>:18080/api/v1/applications/<application id>/<application attempt/stages/<stage id>/<stage attempt>/executorSummary
{code}


> Add new stage-level REST APIs and parameters
> --------------------------------------------
>
>                 Key: SPARK-26399
>                 URL: https://issues.apache.org/jira/browse/SPARK-26399
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 2.4.0
>            Reporter: Edwina Lu
>            Priority: Major
>
> Add the peak values for the metrics to the stages REST API. Also add a new executorSummary REST API, which will return executor summary metrics for a specified stage:
> {code:java}
> curl http://<spark history server>:18080/api/v1/applications/<application id>/<application attempt/stages/<stage id>/<stage attempt>/executorSummary{code}
> Add parameters to the stages REST API to specify:
> *  filtering for task status, and returning tasks that match (for example, FAILED tasks).
> * task metric quantiles, add adding the task summary if specified
> * executor metric quantiles, and adding the executor summary if specified



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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