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

    https://github.com/apache/spark/pull/362#discussion_r11497629
  
    --- Diff: docs/configuration.md ---
    @@ -627,6 +627,13 @@ Apart from these, the following properties are also 
available, and may be useful
         Number of cores to allocate for each task.
       </td>
     </tr>
    +<tr>
    +  <td>spark.historyserver.address</td>
    +  <td>localhost:18080</td>
    +  <td>
    +    The URL of the Spark history server. The history server is optional. 
    +  </td>
    +</tr>
    --- End diff --
    
    Also, from this description it's not clear to me when I should set this. If 
I'm trying to start a history server independently, I might get confused about 
this parameter and try to use it to change the port. On the other hand, if I'm 
using YARN and I want to point my AM to the history server, I won't know what 
this parameter actually does until I grep for it in the code.


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

Reply via email to