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

Thomas Marqardt commented on HADOOP-16916:
------------------------------------------

I updated PR 1965 so that we can complete this sooner, the following updates 
have been made:

1) Added configuration "fs.azure.rest.version" with a default of 2018-11-09. To 
run
 ITestAzureBlobFileSystemDelegationSAS.testList you need to temporariliy set 
this
 to 2019-12-12 due to a server-side bug that will be fixed in the weeks to come.

2) AzureBlobFileSystem.getFileStatus is currently calling the GetAccessControl
 REST API. My previous PR fixed this to call GetStatus REST API, but the
 fix depends on a server-side bug that will not be available for a few weeks.
 Instead we'll postpone this until later, can continue calling GetAccessControl
 for now.

With these changes, all tests are passing.

Results for my production account in USWest2 without Delegation SAS tests:
 Tests run: 63, Failures: 0, Errors: 0, Skipped: 0
 Tests run: 432, Failures: 0, Errors: 0, Skipped: 41
 Tests run: 206, Failures: 0, Errors: 0, Skipped: 24

Results for my test account in eastus2euap with Delegation SAS tests:
 Tests run: 63, Failures: 0, Errors: 0, Skipped: 0
 Tests run: 432, Failures: 0, Errors: 0, Skipped: 33
 Tests run: 206, Failures: 0, Errors: 0, Skipped: 24

> ABFS: Delegation SAS generator for integration with Ranger
> ----------------------------------------------------------
>
>                 Key: HADOOP-16916
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16916
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs/azure
>    Affects Versions: 3.2.1
>            Reporter: Thomas Marqardt
>            Assignee: Thomas Marqardt
>            Priority: Minor
>         Attachments: HADOOP-16916.001.patch
>
>
> HADOOP-16730 added support for Shared Access Signatures (SAS).  Azure Data 
> Lake Storage Gen2 supports a new SAS type known as User Delegation SAS.  This 
> Jira tracks an update to the ABFS driver that will include a Delegation SAS 
> generator and tests to validate that this SAS type is working correctly with 
> the driver.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to