You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2017/07/25 15:30:01 UTC

[jira] [Created] (FLINK-7265) FileSystems should describe their kind and consistency level

Stephan Ewen created FLINK-7265:
-----------------------------------

             Summary: FileSystems should describe their kind and consistency level
                 Key: FLINK-7265
                 URL: https://issues.apache.org/jira/browse/FLINK-7265
             Project: Flink
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.3.1
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 1.4.0, 1.3.2


Currently, all {{FileSystem}} types look the same to Flink.

However, certain operations should only be executed on certain kinds of file systems.

For example, it makes no sense to attempt to delete an empty parent directory on S3, because there are no such thinks as directories, only hierarchical naming in the keys (file names).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)