HADOOP-14273. Azure: NativeAzureFileSystem should respect config for kerberosSupportEnabled flag. Contributed by Santhosh G Nayak
This commit is contained in:
parent
27a44b60c1
commit
56ab02eed9
@ -1287,6 +1287,8 @@ public void initialize(URI uri, Configuration conf)
|
||||
|
||||
this.azureAuthorization = useSecureMode &&
|
||||
conf.getBoolean(KEY_AZURE_AUTHORIZATION, DEFAULT_AZURE_AUTHORIZATION);
|
||||
this.kerberosSupportEnabled =
|
||||
conf.getBoolean(Constants.AZURE_KERBEROS_SUPPORT_PROPERTY_NAME, false);
|
||||
|
||||
if (this.azureAuthorization) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user