zsxwing commented on a change in pull request #31165:
URL: https://github.com/apache/spark/pull/31165#discussion_r692590472



##########
File path: docs/monitoring.md
##########
@@ -479,11 +479,14 @@ can be identified by their `[attempt-id]`. In the API 
listed below, when running
     <td><code>/applications/[app-id]/stages/[stage-id]</code></td>
     <td>
       A list of all attempts for the given stage.
+        <br><code>?details=true</code> lists all attempts with task data for 
the given stage.
+        <br><code>?taskStatus=[RUNNING|SUCCESS|FAILED|KILLED|PENDING]</code> 
lists only those tasks with the specified task status. Query parameter 
taskStatus takes effect only when <code>details=true</code>.

Review comment:
       It would be great to document that this also supports multiple 
`taskStatus`s, such as `details=true&taskStatus=success&taskStatus=failed`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to