You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Mohit Anchlia (JIRA)" <ji...@apache.org> on 2017/07/31 23:22:00 UTC

[jira] [Created] (FLINK-7330) Unable to read file on windows - InvalidFilePathException

Mohit Anchlia created FLINK-7330:
------------------------------------

             Summary: Unable to read file on windows - InvalidFilePathException
                 Key: FLINK-7330
                 URL: https://issues.apache.org/jira/browse/FLINK-7330
             Project: Flink
          Issue Type: Bug
         Environment: windows 10, flink 1.3.1
            Reporter: Mohit Anchlia


It doesn't matter what I use for inputFormat.setFilePath() I keep getting this error:

{code:java}
//doesn't work
format.setFilePath("file:///c:/proj/test/a.txt.txt");


format.setFilePath("file:/c:/proj/test/a.txt.txt");

{code}

{code:java}
Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Users/m/default/flink-example/pom.xml

at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)

at sun.nio.fs.WindowsPathParser.parse(Unknown Source)

at sun.nio.fs.WindowsPathParser.parse(Unknown Source)

{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)