Github user techaddict commented on a diff in the pull request:

    https://github.com/apache/spark/pull/538#discussion_r12007808
  
    --- 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 --
    
    IMO `0770: Short` should be written as `Integer.parseInt("700", 8): Short`
    For more details check @6e101f1183f92769779bc8ac14813c063bf1ff3f


---
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.
---

Reply via email to