You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/18 13:23:50 UTC

[GitHub] HeartSaVioR commented on a change in pull request #23827: [SPARK-26912][CORE][HISTORY] Allow setting permission for event_log

HeartSaVioR commented on a change in pull request #23827: [SPARK-26912][CORE][HISTORY] Allow setting permission for event_log
URL: https://github.com/apache/spark/pull/23827#discussion_r257692917
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala
 ##########
 @@ -82,6 +82,10 @@ private[spark] class EventLoggingListener(
     CompressionCodec.getShortName(c.getClass.getName)
   }
 
+  private val eventLogPermission = sparkConf.get("spark.eventLog.permission", "770")
 
 Review comment:
   Let's define the configuration around here:
   
   https://github.com/apache/spark/blob/d0443a74d185ec72b747fa39994fa9a40ce974cf/core/src/main/scala/org/apache/spark/internal/config/package.scala#L73-L121

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org