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

Ismaël Mejía edited comment on BEAM-5266 at 3/5/20, 2:25 PM:
-------------------------------------------------------------

Beam does not have a Filesystem 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


was (Author: iemejia):
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é
>            Priority: Major
>             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)

Reply via email to