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)