Revision 46e950bea883b98cd3beb7bd637bffe522656435 authored by Sean Owen on 14 December 2019, 21:13:54 UTC, committed by Dongjoon Hyun on 14 December 2019, 21:13:54 UTC
### What changes were proposed in this pull request?

The value of non-Spark config properties ignored in spark-submit is no longer logged.

### Why are the changes needed?

The value isn't really needed in the logs, and could contain potentially sensitive info. While we can redact the values selectively too, I figured it's more robust to just not log them at all here, as the values aren't important in this log statement.

### Does this PR introduce any user-facing change?

Other than the change to logging above, no.

### How was this patch tested?

Existing tests

Closes #26893 from srowen/SPARK-30263.

Authored-by: Sean Owen <srowen@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent d3ec8b1
History
File Mode Size
src
pom.xml -rw-r--r-- 2.7 KB

back to top