You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/08/02 10:28:02 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-7330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-7330.
-----------------------------------
    Resolution: Cannot Reproduce

OK, no problem.

I will close this for now since we can't reproduce it, if it happens again please ping us.

> 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)