You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kazuaki Ishizaki (JIRA)" <ji...@apache.org> on 2016/06/12 00:02:20 UTC

[jira] [Created] (SPARK-15899) file scheme should be used correctly

Kazuaki Ishizaki created SPARK-15899:
----------------------------------------

             Summary: file scheme should be used correctly
                 Key: SPARK-15899
                 URL: https://issues.apache.org/jira/browse/SPARK-15899
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
            Reporter: Kazuaki Ishizaki


[A RFC|https://www.ietf.org/rfc/rfc1738.txt] defines file scheme as {{file://host/}} or {{file:///}}. [Wikipedia|https://en.wikipedia.org/wiki/File_URI_scheme]
[Some code stuffs|https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala#L58] use different prefix such as {{file:}}.

It would be good to prepare a utility method to correctly add {{file://host}} or {{file://} prefix.




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