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

    https://github.com/apache/spark/pull/5719#discussion_r29551225
  
    --- Diff: docs/running-on-yarn.md ---
    @@ -134,6 +134,13 @@ Most of the configs are the same for Spark on YARN as 
for other deployment modes
       </td>
     </tr>
     <tr>
    +  <td><code>spark.yarn.am.port</code></td>
    +  <td>(random)</td>
    +  <td>
    +    Port for the YARN Application Master to listen on. In yarn client 
mode, this is used to communicate between the spark driver running on a gateway 
and the application master running on yarn. In yarn cluster mode, this is used 
for the dynamic executor feature, where it handles the kill from the scheduler 
backend.
    --- End diff --
    
    Nits: yarn -> YARN, spark -> Spark, 'application master' -> 'Application 
Master'. Is this really the most accurate description of the AM role? it's 
where you find the Spark UI, right? the rest of this info isn't so useful to 
callers. It's just the port where the AM listens.


---
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