You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@twill.apache.org by "Albert Shau (JIRA)" <ji...@apache.org> on 2016/01/06 22:23:39 UTC

[jira] [Created] (TWILL-162) Location mkdirs behavior is inconsistent

Albert Shau created TWILL-162:
---------------------------------

             Summary: Location mkdirs behavior is inconsistent
                 Key: TWILL-162
                 URL: https://issues.apache.org/jira/browse/TWILL-162
             Project: Apache Twill
          Issue Type: Bug
            Reporter: Albert Shau


LocalLocation's implementation of mkdirs() calls File.mkdirs(), which returns false if the directory already exists.

HDFSLocation's implementation of mkdirs() calls FileSystem.mkdirs(), which returns true if the directory already exists.



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