You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/05/15 12:13:00 UTC

[jira] [Created] (FLINK-9369) DistributedCache returns parent directory for directories

Chesnay Schepler created FLINK-9369:
---------------------------------------

             Summary: DistributedCache returns parent directory for directories
                 Key: FLINK-9369
                 URL: https://issues.apache.org/jira/browse/FLINK-9369
             Project: Flink
          Issue Type: Bug
          Components: Local Runtime
    Affects Versions: 1.6.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler


When retrieving a file from the distributed cache via {{DistributedCache#getFile()}} the resolving {{File}} actually points to the copied file.

In contrast, when retrieving a directory the returned {{File}} does not point to the copied directory, but the directories parent instead.

The end-to-end test doesn't cover the case of directories.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)