Liwei Lin created SPARK-14687:
---------------------------------

             Summary: 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to