Skip to content

Commit

Permalink
Update docs with new API information.
Browse files Browse the repository at this point in the history
  • Loading branch information
harishreedharan committed Jun 3, 2015
1 parent a131be6 commit 221cc26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ for a running application, at `http://localhost:4040/api/v1`.
<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>

When running on Yarn, each application has multiple attempts, so `[app-id]` is actually
Expand Down

0 comments on commit 221cc26

Please sign in to comment.