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

Bilahari T H edited comment on HADOOP-16587 at 9/21/19 5:45 PM:
----------------------------------------------------------------

*Driver test results using a Namespace enabled account in Central India:*

mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

*With configs*

 
{code:java}
<property>
<name>fs.azure.account.oauth2.msi.endpoint</name> 
<value>http://169.254.169.254/metadata/identity/oauth2/token</value>
</property>
<property>
<name>fs.azure.account.oauth2.refresh.token.endpoint</name>            <        
<value>https://login.microsoftonline.com/Common/oauth2/token</value>
</property>
{code}
 

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

Tests run: 393, Failures: 0, Errors: 1, Skipped: 21

Tests run: 190, Failures: 0, Errors: 0, Skipped: 15

*Without specifying the configs (with default values)*

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

Tests run: 392, Failures: 0, Errors: 1, Skipped: 21

Tests run: 190, Failures: 0, Errors: 0, Skipped: 15


was (Author: bilahari.th):
*Driver test results using a Namespace enabled account in Central India:Driver 
test results using a Namespace enabled account in Central India:*

mvn -T 1C -Dparallel-tests=abfs -Dscale -DtestsThreadCount=8 clean verify

*With configs*

 
{code:java}
<property>
<name>fs.azure.account.oauth2.msi.endpoint</name> 
<value>http://169.254.169.254/metadata/identity/oauth2/token</value>
</property>
<property>
<name>fs.azure.account.oauth2.refresh.token.endpoint</name>            <        
<value>https://login.microsoftonline.com/Common/oauth2/token</value>
</property>
{code}
 

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

Tests run: 393, Failures: 0, Errors: 1, Skipped: 21

Tests run: 190, Failures: 0, Errors: 0, Skipped: 15


 *Without specifying the configs (with default values)*

Tests run: 42, Failures: 0, Errors: 0, Skipped: 0

Tests run: 392, Failures: 0, Errors: 1, Skipped: 21

Tests run: 190, Failures: 0, Errors: 0, Skipped: 15

> Make AAD endpoint configurable on all Auth flows
> ------------------------------------------------
>
>                 Key: HADOOP-16587
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16587
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/azure
>            Reporter: Bilahari T H
>            Assignee: Bilahari T H
>            Priority: Minor
>         Attachments: HADOOP-16587.001.patch
>
>
> Make AAD endpoint configurable on all Auth flows. Currently auth endpoint is 
> hard coded for refreshtoken flow and MSI flow.



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