[ https://issues.apache.org/jira/browse/SPARK-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147689#comment-14147689 ]
Apache Spark commented on SPARK-3689: ------------------------------------- User 'sarutak' has created a pull request for this issue: https://github.com/apache/spark/pull/2534 > FileLogger should create new instance of FileSystem regardless of it's scheme > ----------------------------------------------------------------------------- > > Key: SPARK-3689 > URL: https://issues.apache.org/jira/browse/SPARK-3689 > Project: Spark > Issue Type: Bug > Components: Spark Core > Affects Versions: 1.2.0 > Reporter: Kousuke Saruta > > FileLogger creates new instance of FileSystem to avoid the effect of > FileSystem#close from another module but it's expected only HDFS. > We can used another filesystem for the directory which event log is stored to. > {code} > if (scheme == "hdfs") { > conf.setBoolean("fs.hdfs.impl.disable.cache", true) > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org