Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14163#discussion_r70553491
  
    --- Diff: docs/monitoring.md ---
    @@ -224,10 +224,12 @@ both running applications, and in the history server. 
 The endpoints are mounted
     for the history server, they would typically be accessible at 
`http://<server-url>:18080/api/v1`, and
     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.
    +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.
    --- End diff --
    
    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.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to