[
https://issues.apache.org/jira/browse/HADOOP-15719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618268#comment-16618268
]
Thomas Marquardt commented on HADOOP-15719:
-------------------------------------------
# TestOauthFailOverHttp.java: The import order for the org.apache.* classes
should be as follows:
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.CommonConfigurationKeysPublic;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.azurebfs.AzureBlobFileSystem;
import org.apache.hadoop.fs.azurebfs.constants.FileSystemUriSchemes;
# TestOauthFailOverHttp.java: The test case testOauthFailWithSchemeAbfs passes
even without your fix. You probably meant to remove the try/catch and use
@Test(expected = IllegalArgumentException.class).
> Fail-fast when using OAuth over http
> ------------------------------------
>
> Key: HADOOP-15719
> URL: https://issues.apache.org/jira/browse/HADOOP-15719
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Sean Mackrory
> Assignee: Da Zhou
> Priority: Major
> Attachments: HADOOP-15719-HADOOP-15407-001.patch,
> HADOOP-15719-HADOOP-15407-002.patch, HADOOP-15719-HADOOP-15407-003.patch
>
>
> If you configure OAuth and then use abfs:// instead of abfss:// it will fail,
> but it takes a very long time, and still isn't very clear why. Good place to
> put a good human-readable exception message and fail fast.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]