HeartSaVioR commented on issue #27764: [SPARK-30860][CORE] Fix rolling event log folder creation URL: https://github.com/apache/spark/pull/27764#issuecomment-594230223 > Creating the actual logs files looks like it uses the same function as the non-rolling logs Yes that's the intention which makes the permission be consistent between rolling and non-rolling. Compact file is also generated from the same method. status file is intentionally made to "0 byte" so I just simply created without using `SparkHadoopUtil.createFile` to not being impacted by compression option.
---------------------------------------------------------------- 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]
