Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update EventLoggingListener.scala
  • Loading branch information
echohlne authored Nov 20, 2020
commit a60e22eb921db3f57eaa8d437c39701d6fed0356
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ private[spark] class EventLoggingListener(
}
val redactedProperties = new Properties

// only properties in sparkConf need to be redacted.
// properties may contain some custom local properties such as stage/job description
// only properties in sparkConf need to be redacted,
val (globalProperties, localProperties) = properties.asScala.toSeq.partition {
case (key, _) => sparkConf.contains(key)
}
Expand Down