HADOOP-17163. ABFS: Adding debug log for rename failures
- Contributed by Bilahari T H
This commit is contained in:
parent
ac697571a1
commit
c566cabd62
|
@ -323,6 +323,7 @@ public class AzureBlobFileSystem extends FileSystem {
|
|||
abfsStore.rename(qualifiedSrcPath, qualifiedDstPath);
|
||||
return true;
|
||||
} catch(AzureBlobFileSystemException ex) {
|
||||
LOG.debug("Rename operation failed. ", ex);
|
||||
checkException(
|
||||
src,
|
||||
ex,
|
||||
|
|
Loading…
Reference in New Issue