manika137 opened a new pull request, #7403: URL: https://github.com/apache/hadoop/pull/7403
Commit on trunk: f1df74855dc5fe412ecf3b7672a1fca2960169b7 PR on trunk: https://github.com/apache/hadoop/pull/7312 Target JIRA: https://issues.apache.org/jira/browse/HADOOP-19393 ### Description of PR ABFS driver adheres to Hadoop's expectations which does not allow rename blob overwrites. Recently we came across the case where UnauthorizedBlobOverwrite error (HTTP 403- Access Denied Exception) is thrown for rename overwrites (with SAS authentication). Remapping this error to FileAlreadyExists exception for better understanding. Adding the test suite result... -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
