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

Da Zhou commented on HADOOP-15723:
----------------------------------

I just noticed that *Path.makeQualified()* is being used within 
*performADLAuthCheck()*, so in current logic for each FS operation 
*makeQualified()* have been called *twice*, one is by calling 
*path.makeQualified(getUri(), getWorkingDirectory())*, another is by calling 
*AzureBlobFileSystem.makeQualified()*.

Please use *AzureBlobFileSystem.makeQualified()* to qualify the path, it 
contains a fix for HADOOP-15753, and we should call makeQualified() only once.

> ABFS: Ranger Support
> --------------------
>
>                 Key: HADOOP-15723
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15723
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>    Affects Versions: HADOOP-15407
>            Reporter: Thomas Marquardt
>            Assignee: Da Zhou
>            Priority: Major
>         Attachments: HADOOP-15273-HADOOP-15407-001.patch, 
> HADOOP-15273-HADOOP-15407-002.patch, HADOOP-15273-HADOOP-15407-003.patch
>
>
> Add support for Ranger



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

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

Reply via email to