You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/07/03 14:43:00 UTC

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

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

Jean-Baptiste Onofré updated BEAM-2177:
---------------------------------------
    Fix Version/s:     (was: 2.1.0)

> 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é
>
> 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.4.14#64029)