Github user steveloughran commented on the pull request:
https://github.com/apache/spark/pull/11152#issuecomment-183331075
<table class="table">
<tr><th>Endpoint</th><th>Meaning</th></tr>
<tr>
<td><code>/applications</code></td>
<td>A list of all applications</td>
</tr>
<tr>
<td></td>
<td><code>?status=[completed|running]</code> list only applications in
the chosen state</td>
</tr>
<tr>
<td></td>
<td><code>?minDate=[date]</code> earliest date/time to list. Examples:
<br><code>?minDate=2015-02-10</code>
<br><code>?minDate=2015-02-03T16:42:40.000GMT</code></td>
</tr>
<tr>
<td></td>
<td><code>?maxDate=[date]</code> latest date/time to list; uses same
format as <code>minDate</code></td>
</tr>
<tr>
<td><code>/applications/[app-id]/jobs</code></td>
<td>A list of all jobs for a given application</td>
</tr>
<tr>
<td></td>
<td><code>?status=[complete|succeeded|failed]</code> list only jobs in
the state</td>
</tr>
<tr>
<td><code>/applications/[app-id]/jobs/[job-id]</code></td>
<td>Details for the given job</td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages</code></td>
<td>A list of all stages for a given application</td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]</code></td>
<td>A list of all attempts for the given stage</td>
</tr>
<tr>
<td></td>
<td><code>?status=[active|complete|pending|failed]</code> list only
stages in the state</td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]</code></td>
<td>Details for the given stage attempt</td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskSummary</code></td>
<td>Summary metrics of all tasks in the given stage attempt</td>
</tr>
<tr>
<td></td>
<td><code>?quantiles</code> summarize the metrics with the given
quantiles.
Example: <br><code>?quantiles=0.01,0.5,0.99</code></td>
</tr>
<tr>
<td><code>/applications/[app-id]/stages/[stage-id]/[stage-attempt-id]/taskList</code></td>
<td>A list of all tasks for the given stage attempt</td>
</tr>
<tr>
<td></td>
<td><code>?offset=[offset]&length=[len]</code> list only tasks in
the range.
Example: <br> <code>?offset=10&length=50</code></td>
</tr>
<tr>
<td></td>
<td><code>?sortBy=[runtime|-runtime]</code> sort the tasks</td>
</tr>
<tr>
<td><code>/applications/[app-id]/executors</code></td>
<td>A list of all executors for the given application</td>
</tr>
<tr>
<td><code>/applications/[app-id]/storage/rdd</code></td>
<td>A list of stored RDDs for the given application</td>
</tr>
<tr>
<td><code>/applications/[app-id]/storage/rdd/[rdd-id]</code></td>
<td>Details for the storage status of a given RDD</td>
</tr>
<tr>
<td><code>/applications/[app-id]/logs</code></td>
<td>Download the event logs for all attempts of the given application
as a zip file</td>
</tr>
<tr>
<td><code>/applications/[app-id]/[attempt-id]/logs</code></td>
<td>Download the event logs for the specified attempt of the given
application as a zip file</td>
</tr>
</table>
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]