[ 
https://issues.apache.org/jira/browse/HADOOP-19406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17944292#comment-17944292
 ] 

ASF GitHub Bot commented on HADOOP-19406:
-----------------------------------------

manika137 commented on code in PR #7523:
URL: https://github.com/apache/hadoop/pull/7523#discussion_r2041721300


##########
hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java:
##########
@@ -250,6 +251,7 @@ public void initialize(URI uri, Configuration configuration)
     try {
       if (abfsConfiguration.getAuthType(abfsConfiguration.getAccountName()) == 
AuthType.SAS && // Auth type is SAS
           !tryGetIsNamespaceEnabled(new TracingContext(initFSTracingContext)) 
&& // Account is FNS
+          abfsConfiguration.getFsConfiguredServiceType() == DFS && // Service 
type is DFS

Review Comment:
   It is using the AbfsServiceType.DFS constant here





> ABFS: [FNS Over Blob] Support User Delegation SAS for FNS Blob
> --------------------------------------------------------------
>
>                 Key: HADOOP-19406
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19406
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.4.1
>            Reporter: Anmol Asrani
>            Assignee: Manika Joshi
>            Priority: Major
>              Labels: pull-request-available
>
> In ABFS Driver, user delegation SAS is currently only supported by 
> hierarchical namespace (HNS) enabled accounts (over DFS endpoint). This PR 
> adds support for User Delegation SAS for non-HNS accounts over Blob endpoint 
> as well.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to