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

    https://github.com/apache/spark/pull/362#discussion_r11747228
  
    --- Diff: docs/running-on-yarn.md ---
    @@ -42,6 +42,7 @@ System Properties:
     * `spark.yarn.preserve.staging.files`, set to true to preserve the staged 
files(spark jar, app jar, distributed cache files) at the end of the job rather 
then delete them.
     * `spark.yarn.scheduler.heartbeat.interval-ms`, the interval in ms in 
which the Spark application master heartbeats into the YARN ResourceManager. 
Default is 5 seconds. 
     * `spark.yarn.max.executor.failures`, the maximum number of executor 
failures before failing the application. Default is the number of executors 
requested times 2 with minimum of 3.
    +* `spark.yarn.historyServer.address`, the address of the Spark history 
server (i.e. host.com:18080). The address should not contain a scheme 
(http://). Defaults to not being set since the history server is an optional 
service. This address is given to the Yarn ResourceManager when the Spark 
application finishes to link the application from the ResourceManaer UI to the 
Spark history server UI. 
    --- End diff --
    
    ResourceManager* (last sentence)


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

Reply via email to