[ 
https://issues.apache.org/jira/browse/SPARK-26850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784139#comment-16784139
 ] 

Sandeep Katta commented on SPARK-26850:
---------------------------------------

[~srowen] I feel this use case should be supported, what's your view on this ?

> Make EventLoggingListener LOG_FILE_PERMISSIONS configurable
> -----------------------------------------------------------
>
>                 Key: SPARK-26850
>                 URL: https://issues.apache.org/jira/browse/SPARK-26850
>             Project: Spark
>          Issue Type: Wish
>          Components: Scheduler
>    Affects Versions: 2.2.3, 2.3.2, 2.4.0
>            Reporter: Hua Zhang
>            Priority: Minor
>
> private[spark] object EventLoggingListener extends Logging {
> ...
> private val LOG_FILE_PERMISSIONS = new FsPermission(Integer.parseInt("770", 
> 8).toShort)
> ...
> }
>  
> Currently the event log files are hard-coded with permission 770.
> It would be fine if this permission is +configurable+.
> User case: The spark application is submitted by user A but the spark history 
> server is started by user B. Currently user B cannot access the history event 
> files created by user A. When permission is set to 775, this will be possible.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to