You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2015/02/17 17:39:11 UTC

[jira] [Created] (FLINK-1572) Output directories are created before input paths are checked

Robert Metzger created FLINK-1572:
-------------------------------------

             Summary: Output directories are created before input paths are checked
                 Key: FLINK-1572
                 URL: https://issues.apache.org/jira/browse/FLINK-1572
             Project: Flink
          Issue Type: Improvement
          Components: JobManager
    Affects Versions: 0.9
            Reporter: Robert Metzger
            Priority: Minor


Flink is first creating the output directories for a job before creating the input splits.
If a job's input directories are wrong, the system will have created output directories for a failed job.

It would be much better if the system is creating the output directories "on demand" before data is actually written.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)