snvijaya opened a new pull request #1498: Avoid FileSystem API calls when FileSystem already exists URL: https://github.com/apache/hadoop/pull/1498 Even when FileSystem already exists, if the config "fs.azure.createRemoteFileSystemDuringInitialization" is true, a GetFileSystemProperties call is made which enforces container Read RBAC role. This blocks users who have necessary ACLs to proceed using the ABFS Driver. In this PR, RBAC enforcement for GetFileSystemProperties call is avoided in the above flow.
---------------------------------------------------------------- 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]
