We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32a937 commit ed63de7Copy full SHA for ed63de7
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
@@ -695,7 +695,7 @@ void disableQuotaChecks() {
695
* accessible path that also passed additional sanity checks based on how
696
* the path will be used as specified by the DirOp.
697
* READ: Expands reserved paths and performs permission checks
698
- * during traversal. Raw paths are only accessible by a superuser.
+ * during traversal.
699
* WRITE: In addition to READ checks, ensures the path is not a
700
* snapshot path.
701
* CREATE: In addition to WRITE checks, ensures path does not contain
0 commit comments