[
https://issues.apache.org/jira/browse/BEAM-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383209#comment-15383209
]
ASF GitHub Bot commented on BEAM-316:
-------------------------------------
GitHub user dhalperi opened a pull request:
https://github.com/apache/incubator-beam/pull/684
[BEAM-316] Add file URI handling
R: @tgroh
CC: @jbonofre taking over from #402 per our discussion
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhalperi/incubator-beam file-scheme
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/684.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #684
----
commit 187fb984f36a090ab31a9aa38564688d5811b61f
Author: Jean-Baptiste Onofré <[email protected]>
Date: 2016-05-31T16:04:52Z
[BEAM-316] Add file scheme support in TextIO
commit b469989d8dd3d9c6e432bbd5bdbc65d998847725
Author: Dan Halperin <[email protected]>
Date: 2016-07-18T22:35:06Z
[BEAM-316] Add file URI handling
* Register FileIOChannelFactory for file scheme
* Modify FileIOChannelFactory to dynamically remove the file:// scheme
string.
----
> Support file scheme in TextIO
> -----------------------------
>
> Key: BEAM-316
> URL: https://issues.apache.org/jira/browse/BEAM-316
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-extensions
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
>
> When users use {{TextIO}}, most of the time, they provide a full file URI:
> {{file:/tmp/foo}}. Unfortunately, the {{file}} schema is not supported by
> {{TextIO}} and it fails with "No handler found". It's not easy for users to
> figure it out.
> We should support {{file}} schema to provide better flexibility to users.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)