You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/08/30 12:36:01 UTC

[jira] [Created] (BEAM-5266) TextIO doen't support http schema anymore

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)