vanzin commented on issue #23827: [SPARK-26912][CORE][HISTORY] Allow setting 
permission for event_log
URL: https://github.com/apache/spark/pull/23827#issuecomment-472510392
 
 
   > First of all, not everyone uses Hadoop hdfs.
   
   Also already explained.
   
   ```
   mkdir test
   vanzin@vanzin-t460p:/tmp$ sudo chown root.root test
   vanzin@vanzin-t460p:/tmp$ sudo chmod 3777 test
   vanzin@vanzin-t460p:/tmp$ ls -la test
   total 100
   drwxrwsrwt  2 root root  4096 mar 13 09:51 .
   drwxrwxrwt 33 root root 94208 mar 13 09:51 ..
   vanzin@vanzin-t460p:/tmp$ touch test/foo
   vanzin@vanzin-t460p:/tmp$ ls -la test/
   total 100
   drwxrwsrwt  2 root   root  4096 mar 13 09:52 .
   drwxrwxrwt 33 root   root 94208 mar 13 09:52 ..
   -rw-rw-r--  1 vanzin root     0 mar 13 09:52 foo
   ```

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to