Fabian Hueske created FLINK-1640:
------------------------------------
Summary: FileOutputFormat writes to wrong path if path ends with '/'
Key: FLINK-1640
URL:
https://issues.apache.org/jira/browse/FLINK-1640 Project: Flink
Issue Type: Bug
Components: Java API, Scala API
Affects Versions: 0.8.1, 0.9
Reporter: Fabian Hueske
The FileOutputFormat duplicates the last directory of a path, if the path ends with a slash '/'.
For example, if the output path is specified as {{/home/myuser/outputPath/}} the output is written to {{/home/myuser/outputPath/outputPath/}}.
This bug was introduced by commit 8fc04e4da8a36866e10564205c3f900894f4f6e0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)