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

    https://github.com/apache/spark/pull/17517#discussion_r109336405
  
    --- Diff: docs/monitoring.md ---
    @@ -257,7 +257,7 @@ In the API, an application is referenced by its 
application ID, `[app-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.
    +`[app-id]` will actually be `[base-app-id]/[attempt-id]`, where 
`[base-app-id]` is the YARN application ID.
    --- End diff --
    
    Open a `vi` and copy it and print it within python
    
    ```
    >>> "`[app-id]` will actually be `[base-app-id]/[attempt-id]`, where 
`[base-app-id]` is the YARN application ID"
    '`[app-id]`\xc2\xa0will actually be\xc2\xa0`[base-app-id]/[attempt-id]`, 
where `[base-app-id]`\xc2\xa0is the YARN application ID'
    ```


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to