ron8hu commented on a change in pull request #31165:
URL: https://github.com/apache/spark/pull/31165#discussion_r584418072
##########
File path: docs/monitoring.md
##########
@@ -479,11 +479,17 @@ 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> list all attempts with stage detail data.
+ <br><code>?status=[active|complete|pending|failed]</code> list only
stages in the state, only effect when <code>details=true</code>..
</td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]</code></td>
- <td>Details for the given stage attempt.</td>
+ <>
+ Details for the given stage attempt.
+ <br><code>?details=true</code> show stage with detail data.
+ <br><code>?status=[active|complete|pending|failed]</code> list only
stages in the state, only effect when <code>details=true</code>.
Review comment:
<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>.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]