[
https://issues.apache.org/jira/browse/SPARK-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen resolved SPARK-3689.
------------------------------
Resolution: Not a Problem
Target Version/s: (was: 1.1.1, 1.2.0)
The PR says it's not a problem actually.
> 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: [email protected]
For additional commands, e-mail: [email protected]