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

junhua gu commented on HADOOP-15954:
------------------------------------

*AbfsConfiguration*

Load DefaultSPIdentityTransfoermer when config is not been set in line 469.

*DefaultSPIdentityTransformer*

Need to remove the support for the faked service principal display name. Remove 
attribute servicePrincipalName and method replaceNameForSP, and change related 
function accordingly in line 55, 66, 82, 152, 153, 272, 280.

line 116 & 155: Should it be  if (shouldReplaceOwnerAndGroup(replaceOwner) || 
(SUPER_USER.equals(replaceOwner) && enableSuperUserReplacement))

*AzureBlobFileSystem*

No longer need to perform null check for the identity transformer, since there 
will always be a default implementation in line 536, 598, 618, 619, 682, 761, 
807.

 

 

 

> ABFS: Enable owner and group conversion for MSI and login user using OAuth
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-15954
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15954
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: 3.2.0
>            Reporter: junhua gu
>            Assignee: Da Zhou
>            Priority: Major
>         Attachments: HADOOP-15954-001.patch, HADOOP-15954-002.patch, 
> HADOOP-15954-003.patch, HADOOP-15954-004.patch, HADOOP-15954-005.patch, 
> HADOOP-15954-006.patch, HADOOP-15954-007.patch, HADOOP-15954-008.patch, 
> HADOOP-15954-009.patch
>
>
> Add support for overwriting owner and group in set/get operations to be the 
> service principal id when OAuth is used. Add support for upn short name 
> format.
>  
> Add Standard Transformer for SharedKey / Service 
> Add interface provides an extensible model for customizing the acquisition of 
> Identity Transformer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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