This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 4cb1cd6 [SPARK-27532][DOC] Correct the default value in the
Documentation for "spark.redaction.regex"
4cb1cd6 is described below
commit 4cb1cd6ab7b7bffd045a786b0ddb7c7783afdf46
Author: shivusondur <[email protected]>
AuthorDate: Sun Apr 21 16:56:12 2019 +0900
[SPARK-27532][DOC] Correct the default value in the Documentation for
"spark.redaction.regex"
## What changes were proposed in this pull request?
Corrected the default value in the Documentation for "spark.redaction.regex"
## How was this patch tested?
NA
Closes #24428 from shivusondur/doc2.
Authored-by: shivusondur <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
---
docs/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configuration.md b/docs/configuration.md
index 5325f8a..2cb1a5f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -472,7 +472,7 @@ Apart from these, the following properties are also
available, and may be useful
</tr>
<tr>
<td><code>spark.redaction.regex</code></td>
- <td>(?i)secret|password</td>
+ <td>(?i)secret|password|token</td>
<td>
Regex to decide which Spark configuration properties and environment
variables in driver and
executor environments contain sensitive information. When this regex
matches a property key or
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]