HADOOP-13743. error message in AzureNativeFileSystemStore.connectUsingAnonymousCredentials has too many spaces.
Contributed by Mingliang Liu and Steve Loughran
This commit is contained in:
parent
1dfb3850c8
commit
37da90b17a
|
@ -731,8 +731,8 @@ public class AzureNativeFileSystemStore implements NativeFileSystemStore {
|
|||
try {
|
||||
if (!container.exists(getInstrumentedContext())) {
|
||||
throw new AzureException("Container " + containerName + " in account "
|
||||
+ accountName + " not found, and we can't create"
|
||||
+ " it using anoynomous credentials, and no credentials found for them"
|
||||
+ accountName + " not found, and we can't create it"
|
||||
+ " using anonymous credentials, and no credentials found for them"
|
||||
+ " in the configuration.");
|
||||
}
|
||||
} catch (StorageException ex) {
|
||||
|
|
Loading…
Reference in New Issue