[
https://issues.apache.org/jira/browse/HADOOP-14595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated HADOOP-14595:
------------------------------------
Affects Version/s: 2.8.1
Summary: SwiftNativeFileSystem Internal method has not been used
(was: Internal method has not been used, should be deleted or marked as unused)
Component/s: fs/swift
> SwiftNativeFileSystem Internal method has not been used
> -------------------------------------------------------
>
> Key: HADOOP-14595
> URL: https://issues.apache.org/jira/browse/HADOOP-14595
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs/swift
> Affects Versions: 2.8.1
> Reporter: Yasen Liu
> Priority: Trivial
> Attachments: HADOOP-14595.001.patch
>
>
> i found the method is unused method,and is internal implementation.In order
> to keep the code clean,I think it should be deleted or marked as unused.
> /**
> * internal implementation of directory creation.
> *
> * @param path path to file
> * @return boolean file is created; false: no need to create
> * @throws IOException if specified path is file instead of directory
> */
> private boolean mkdir(Path path) throws IOException {
> Path directory = makeAbsolute(path);
> boolean shouldCreate = shouldCreate(directory);
> if (shouldCreate) {
> forceMkdir(directory);
> }
> return shouldCreate;
> }
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]