[GitHub] flink pull request #6243: [FLINK-9707] Support concurrent directory creation...

2018-07-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6243 ---

[GitHub] flink pull request #6243: [FLINK-9707] Support concurrent directory creation...

2018-07-04 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/6243#discussion_r200015421 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java --- @@ -254,7 +254,7 @@ else if (file.exists() &&

[GitHub] flink pull request #6243: [FLINK-9707] Support concurrent directory creation...

2018-07-03 Thread lamber-ken
Github user lamber-ken commented on a diff in the pull request: https://github.com/apache/flink/pull/6243#discussion_r17861 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java --- @@ -254,7 +254,7 @@ else if (file.exists() &&

[GitHub] flink pull request #6243: [FLINK-9707] Support concurrent directory creation...

2018-07-03 Thread yanghua
Github user yanghua commented on a diff in the pull request: https://github.com/apache/flink/pull/6243#discussion_r12317 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java --- @@ -254,7 +254,7 @@ else if (file.exists() &&

[GitHub] flink pull request #6243: [FLINK-9707] Support concurrent directory creation...

2018-07-03 Thread lamber-ken
Github user lamber-ken commented on a diff in the pull request: https://github.com/apache/flink/pull/6243#discussion_r199989644 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java --- @@ -254,7 +254,7 @@ else if (file.exists() &&

[GitHub] flink pull request #6243: [FLINK-9707] Support concurrent directory creation...

2018-07-03 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/6243 [FLINK-9707] Support concurrent directory creations in LocalFileSystem ## What is the purpose of the change Support concurrent directory creations by accepting directories which have