[ 
https://issues.apache.org/jira/browse/BEAM-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ismaël Mejía resolved BEAM-2177.
--------------------------------
       Resolution: Fixed
         Assignee:     (was: Jean-Baptiste Onofré)
    Fix Version/s: Not applicable

Already supported in 
https://github.com/apache/beam/blob/3b108907c6a98a76f14b78f697d192c205b5723c/sdks/java/core/src/main/java/org/apache/beam/sdk/io/LocalFileSystem.java#L200

> Support file scheme
> -------------------
>
>                 Key: BEAM-2177
>                 URL: https://issues.apache.org/jira/browse/BEAM-2177
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: Not applicable
>
>
> Now, we support "new" filesystems using schema. For instance, it's possible 
> to do:
> {code}
> .apply(TextIO.write().to("hdfs://foo"))
> {code}
> Of course, if:
> {code}
> .apply(TextIO.write().to("/path/to/foo"))
> {code}
> works, users may be tempted to use:
> {code}
> .apply(TextIO.write().to("file://path/to/foo"))
> {code}
> which actually doesn't work today.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to