Repository: hadoop Updated Branches: refs/heads/branch-3.1.1 37f25fbd0 -> 232303442
HDFS-13765. Fix javadoc for FSDirMkdirOp#createParentDirectories. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/23230344 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/23230344 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/23230344 Branch: refs/heads/branch-3.1.1 Commit: 232303442abf8d4e9220f0242e40e893efc11f4f Parents: 37f25fb Author: Arpit Agarwal <[email protected]> Authored: Fri Jul 27 10:14:01 2018 -0700 Committer: Arpit Agarwal <[email protected]> Committed: Fri Jul 27 10:15:29 2018 -0700 ---------------------------------------------------------------------- .../org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/23230344/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java index 45bb6b4..2f0a0fc 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirMkdirOp.java @@ -110,10 +110,7 @@ class FSDirMkdirOp { * Create all ancestor directories and return the parent inodes. * * @param fsd FSDirectory - * @param existing The INodesInPath instance containing all the existing - * ancestral INodes - * @param children The relative path from the parent towards children, - * starting with "/" + * @param iip inodes in path to the fs directory * @param perm the permission of the directory. Note that all ancestors * created along the path has implicit {@code u+wx} permissions. * @param inheritPerms if the ancestor directories should inherit permissions --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
