From 8a6b7037bb058d00cc767895c3292509576ea2f9 Mon Sep 17 00:00:00 2001 From: Andrew Ash Date: Thu, 11 Aug 2016 11:26:57 +0100 Subject: Correct example value for spark.ssl.YYY.XXX settings Docs adjustment to: - link to other relevant section of docs - correct statement about the only value when actually other values are supported Author: Andrew Ash Closes #14581 from ash211/patch-10. --- docs/configuration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index 4569bed0ed..e33094b062 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1456,8 +1456,10 @@ Apart from these, the following properties are also available, and may be useful the properties must be overwritten in the protocol-specific namespace.

Use spark.ssl.YYY.XXX settings to overwrite the global configuration for - particular protocol denoted by YYY. Currently YYY can be - only fs for file server.

+ particular protocol denoted by YYY. Example values for YYY + include fs, ui, standalone, and + historyServer. See SSL + Configuration for details on hierarchical SSL configuration for services.

-- cgit v1.2.3