-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.9.0
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: fs/azure
-
Labels:None
-
Hadoop Flags:Reviewed
if something goes wrong in AzureNativeFileSystemStore.checkContainer() the StorageException error code is checked.
if (ex.getErrorCode().equals(StorageErrorCode.RESOURCE_NOT_FOUND.toString())) {
...
}
But if there's no error code: NPE.