Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/15971#discussion_r89408439
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala ---
@@ -231,6 +233,17 @@ private[spark] class EventLoggingListener(
}
}
+ private[spark] def redactEvent(event: SparkListenerEnvironmentUpdate):
+ SparkListenerEnvironmentUpdate = {
+ // "Spark Properties" entry will always exist because the map is
always populated with it.
+ val props = event
+ .environmentDetails("Spark Properties")
--- End diff --
nit: fits in previous line. You can even merge it with the next statement.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]