Jean-Baptiste Onofré created BEAM-5266:
------------------------------------------

             Summary: 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-files
    Affects Versions: 2.6.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


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
(v7.6.3#76005)

Reply via email to