You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Davor Bonaci (JIRA)" <ji...@apache.org> on 2017/05/08 16:52:04 UTC

[jira] [Commented] (BEAM-2177) Support file scheme

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

Davor Bonaci commented on BEAM-2177:
------------------------------------

[~jbonofre], can we get this in today/tomorrow?

> 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é
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.0.0
>
>
> 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
(v6.3.15#6346)