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 2016/04/17 08:35:25 UTC

[jira] [Commented] (SPARK-14687) Call path.getFileSystem(conf) instead of call FileSystem.get(conf)

    [ https://issues.apache.org/jira/browse/SPARK-14687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244557#comment-15244557 ] 

Apache Spark commented on SPARK-14687:
--------------------------------------

User 'lw-lin' has created a pull request for this issue:
https://github.com/apache/spark/pull/12450

> Call path.getFileSystem(conf) instead of call FileSystem.get(conf)
> ------------------------------------------------------------------
>
>                 Key: SPARK-14687
>                 URL: https://issues.apache.org/jira/browse/SPARK-14687
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib, Spark Core, SQL
>    Affects Versions: 2.0.0
>            Reporter: Liwei Lin
>            Priority: Minor
>
> Generally we should call path.getFileSystem(conf) instead of call FileSystem.get(conf), because the latter is actually called on the DEFAULT_URI (fs.defaultFS), sometimes leading to problems.



--
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