You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2014/09/25 14:31:33 UTC

[jira] [Commented] (SPARK-3689) FileLogger should create new instance of FileSystem regardless of it's scheme

    [ 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org