Repository: spark Updated Branches: refs/heads/master edcb878e2 -> 0d8604bb8
[SPARK-21126] The configuration which named "spark.core.connection.auth.wait.timeout" hasn't been used in spark [https://issues.apache.org/jira/browse/SPARK-21126](https://issues.apache.org/jira/browse/SPARK-21126) The configuration which named "spark.core.connection.auth.wait.timeout" hasn't been used in spark,so I think it should be removed from configuration.md. Author: liuzhaokun <[email protected]> Closes #18333 from liu-zhaokun/new3. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0d8604bb Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0d8604bb Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0d8604bb Branch: refs/heads/master Commit: 0d8604bb849b3370cc21966cdd773238f3a29f84 Parents: edcb878 Author: liuzhaokun <[email protected]> Authored: Sun Jun 18 08:32:29 2017 +0100 Committer: Sean Owen <[email protected]> Committed: Sun Jun 18 08:32:29 2017 +0100 ---------------------------------------------------------------------- docs/configuration.md | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0d8604bb/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index f777811..c146474 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1775,14 +1775,6 @@ Apart from these, the following properties are also available, and may be useful </td> </tr> <tr> - <td><code>spark.core.connection.auth.wait.timeout</code></td> - <td>30s</td> - <td> - How long for the connection to wait for authentication to occur before timing - out and giving up. - </td> -</tr> -<tr> <td><code>spark.modify.acls</code></td> <td>Empty</td> <td> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
