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

Daniel Barclay commented on SPARK-15899:
----------------------------------------

Regarding the reference to [RFC 1738|https://tools.ietf.org/html/rfc1738]:

RFC 1738 has been "obsoleted" and updated by several other RFCs.  (See the 
links at the top of the linked-to page.)

(Make sure you're considering the current specifications of URIs and schemes.)


> file scheme should be used correctly
> ------------------------------------
>
>                 Key: SPARK-15899
>                 URL: https://issues.apache.org/jira/browse/SPARK-15899
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>            Reporter: Kazuaki Ishizaki
>            Assignee: Alexander Ulanov
>             Fix For: 2.0.1, 2.1.0
>
>
> [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to