Repository: spark Updated Branches: refs/heads/branch-2.2 d3deeb35b -> 8747f8ef0
[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. (cherry picked from commit 0d8604bb849b3370cc21966cdd773238f3a29f84) Signed-off-by: Sean Owen <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8747f8ef Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8747f8ef Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8747f8ef Branch: refs/heads/branch-2.2 Commit: 8747f8ef0567ed724367ce74cc312c69e839e0b2 Parents: d3deeb3 Author: liuzhaokun <[email protected]> Authored: Sun Jun 18 08:32:29 2017 +0100 Committer: Sean Owen <[email protected]> Committed: Sun Jun 18 08:32:41 2017 +0100 ---------------------------------------------------------------------- docs/configuration.md | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/8747f8ef/docs/configuration.md ---------------------------------------------------------------------- diff --git a/docs/configuration.md b/docs/configuration.md index 0771e36..8d5d55c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1766,14 +1766,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]
