[
https://issues.apache.org/jira/browse/BEAM-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía resolved BEAM-5266.
--------------------------------
Fix Version/s: Not applicable
Resolution: Invalid
Beam does not have a Filesystems that supports http reads. Maybe this
regression was because we used before HadoopIO which probably supported this
(not sure). As a follow up on this subject there is BEAM-3786 covering
supporting HTTP via VFS
> TextIO doen't support http schema anymore
> -----------------------------------------
>
> Key: BEAM-5266
> URL: https://issues.apache.org/jira/browse/BEAM-5266
> Project: Beam
> Issue Type: Bug
> Components: io-java-text
> Affects Versions: 2.6.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Labels: triaged
> Fix For: Not applicable
>
>
> Up to Beam 2.4.0 (at least), it was possible to directly use {{http}} schema
> with {{TextIO}}.
> However, now, when trying something like:
> {code}
> TextIO.read().from("http://....")
> {code}
> throws:
> {code}
> Caused by: java.lang.IllegalArgumentException: No filesystem found for scheme
> http
> {code}
> That's due to the "new" file system support. Both {{file}} and {{http}}
> schema should be handled for URL.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)