bilaharith commented on a change in pull request #1969:
URL: https://github.com/apache/hadoop/pull/1969#discussion_r412837399



##########
File path: 
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystemStore.java
##########
@@ -255,6 +260,20 @@ public boolean getIsNamespaceEnabled() throws 
AzureBlobFileSystemException {
     return isNamespaceEnabled;
   }
 
+  @VisibleForTesting
+  boolean isNameSpaceEnabledSetFromConfig() {
+    final String hnsEnabledConfig = abfsConfiguration
+        .getIsNamespaceEnabledAccount();

Review comment:
       Yes this is needed.
   
![image](https://user-images.githubusercontent.com/52483117/79967563-9c50be00-84ac-11ea-8f8d-d020a433f133.png)
   




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to