Jean-Baptiste Onofré created BEAM-2177:
------------------------------------------
Summary: 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.3.15#6346)