Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/538#discussion_r12011802
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala ---
@@ -51,10 +52,11 @@ private[spark] class EventLoggingListener(
private val logBaseDir = conf.get("spark.eventLog.dir",
"/tmp/spark-events").stripSuffix("/")
private val name = appName.replaceAll("[ :/]", "-").toLowerCase + "-" +
System.currentTimeMillis
val logDir = logBaseDir + "/" + name
+ val LOG_FILE_PERMISSIONS: FsPermission =
FsPermission.createImmutable(0770: Short)
--- End diff --
I'll update to use something similar, just need to make it a short first.
---
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.
---