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

    https://github.com/apache/spark/pull/33#discussion_r10144869
  
    --- Diff: docs/configuration.md ---
    @@ -477,6 +505,21 @@ Apart from these, the following properties are also 
available, and may be useful
       <td>
         Whether to overwrite files added through SparkContext.addFile() when 
the target file exists and its contents do not match those of the source.
       </td>
    +<tr>  
    +  <td>spark.authenticate</td>
    +  <td>false</td>
    +  <td>
    +    Whether spark authenticates its internal connections. See 
<code>SPARK_SECRET</code> if not
    +    running on Yarn.
    +  </td>
    +</tr>
    +<tr>  
    +  <td>spark.core.connection.auth.wait.timeout</td>
    --- End diff --
    
    Since `spark.worker.timeout` and `spark.akka.timeout` are in seconds, maybe 
it makes sense for this to also be in seconds, rather than milliseconds?


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