You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2019/04/21 07:56:31 UTC

[spark] branch master updated: [SPARK-27532][DOC] Correct the default value in the Documentation for "spark.redaction.regex"

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 <sh...@gmail.com>
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 <sh...@gmail.com>
    Signed-off-by: HyukjinKwon <gu...@apache.org>
---
 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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org