[
https://issues.apache.org/jira/browse/FLINK-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske resolved FLINK-1640.
----------------------------------
Resolution: Fixed
Fixed by 8f321c7299155990d4e4341f3831a843535219e8
> 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.9, 0.8.1
> Reporter: Fabian Hueske
> Assignee: 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)