aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHari Shreedharan <hshreedharan@apache.org>2015-06-03 16:53:57 -0700
committerAndrew Or <andrew@databricks.com>2015-06-03 16:53:57 -0700
commit566cb5947925c79ef90af72346672ab7d27bf4df (patch)
tree186d7c62068bf738c8fd43f890d1ab0963431559 /docs
parentbfbdab12dd37587e5518dcbb76507b752759cace (diff)
downloadspark-566cb5947925c79ef90af72346672ab7d27bf4df.tar.gz
spark-566cb5947925c79ef90af72346672ab7d27bf4df.tar.bz2
spark-566cb5947925c79ef90af72346672ab7d27bf4df.zip
[HOTFIX] History Server API docs error fix.
Minor error in the monitoring docs. Also made indentation changes in `ApiRootResource` Author: Hari Shreedharan <hshreedharan@apache.org> Closes #6628 from harishreedharan/eventlog-formatting and squashes the following commits: a12553d [Hari Shreedharan] Javadoc updates. ca399b6 [Hari Shreedharan] [HOTFIX] History Server API docs error fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/monitoring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 31ecddc6db..bcf885fe4e 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -233,7 +233,7 @@ for a running application, at `http://localhost:4040/api/v1`.
<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><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>