[ https://issues.apache.org/jira/browse/BEAM-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismaël Mejía updated BEAM-5266: ------------------------------- Labels: (was: triaged) > 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 > 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)