Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-15923][YARN] Spark Application rest api returns 'no such app: … #14163

Closed
wants to merge 1 commit into from
Closed

Conversation

weiqingy
Copy link
Contributor

What changes were proposed in this pull request?

Update monitoring.md.

…'

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

In the API listed below, `[app-id]` will actually be `[base-app-id]/[attempt-id]`,
where `[base-app-id]` is the YARN application ID.
In the API, an application is referenced by its application ID, `[app-id]`.
Spark on YARN supports multiple application attempts in cluster mode but not in client mode.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn client mode also supports multiple attempts, the description is not exact. Actually what you want to deliver is that attempId is not required for yarn client mode, would you please consolidate your words.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback.

…ly attempt IDs for YARN cluster apps not YARN client apps
@weiqingy
Copy link
Contributor Author

Updated the doc based on the feedback.

@srowen
Copy link
Member

srowen commented Jul 20, 2016

@steveloughran does that look right?

@steveloughran
Copy link
Contributor

LGTM. Clarifies that it is yarn-cluster mode only, not in client.

@srowen
Copy link
Member

srowen commented Jul 20, 2016

Merged to master/2.0

@asfgit asfgit closed this in 95abbe5 Jul 20, 2016
asfgit pushed a commit that referenced this pull request Jul 20, 2016
## What changes were proposed in this pull request?
Update monitoring.md.

…<appId>'

Author: Weiqing Yang <yangweiqing001@gmail.com>

Closes #14163 from Sherry302/master.

(cherry picked from commit 95abbe5)
Signed-off-by: Sean Owen <sowen@cloudera.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants