goiri commented on a change in pull request #1711: HADOOP-16455. ABFS:
Implement FileSystem.access() method.
URL: https://github.com/apache/hadoop/pull/1711#discussion_r347031332
##########
File path:
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/services/AbfsClient.java
##########
@@ -517,6 +517,19 @@ public AbfsRestOperation getAclStatus(final String path,
final boolean useUPN) t
return op;
}
+ public AbfsRestOperation checkAccess(String path, String rwx)
Review comment:
Javadoc
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]