aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWeiqing Yang <yangweiqing001@gmail.com>2016-07-20 14:26:26 +0100
committerSean Owen <sowen@cloudera.com>2016-07-20 14:26:26 +0100
commit95abbe537751929353d18b733f6267c3287b6047 (patch)
treefdb6b110a4e8d79776e569c1861717bf935a5f29 /docs
parent0dc79ffd1cbb45e69a35e3f5334c9a13290037a0 (diff)
downloadspark-95abbe537751929353d18b733f6267c3287b6047.tar.gz
spark-95abbe537751929353d18b733f6267c3287b6047.tar.bz2
spark-95abbe537751929353d18b733f6267c3287b6047.zip
[SPARK-15923][YARN] Spark Application rest api returns 'no such app: …
## What changes were proposed in this pull request? Update monitoring.md. …<appId>' Author: Weiqing Yang <yangweiqing001@gmail.com> Closes #14163 from Sherry302/master.
Diffstat (limited to 'docs')
-rw-r--r--docs/monitoring.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index fa6c899a40..ee932cfc6d 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -225,9 +225,10 @@ for the history server, they would typically be accessible at `http://<server-ur
for a running application, at `http://localhost:4040/api/v1`.
In the API, an application is referenced by its application ID, `[app-id]`.
-When running on YARN, each application may have multiple attempts; each identified by their `[attempt-id]`.
-In the API listed below, `[app-id]` will actually be `[base-app-id]/[attempt-id]`,
-where `[base-app-id]` is the YARN application ID.
+When running on YARN, each application may have multiple attempts, but there are attempt IDs
+only for applications in cluster mode, not applications in client mode. Applications in YARN cluster mode
+can be identified by their `[attempt-id]`. In the API listed below, when running in YARN cluster mode,
+`[app-id]` will actually be `[base-app-id]/[attempt-id]`, where `[base-app-id]` is the YARN application ID.
<table class="table">
<tr><th>Endpoint</th><th>Meaning</th></tr>