[ https://issues.apache.org/jira/browse/HADOOP-14598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066270#comment-16066270 ]
Steve Loughran commented on HADOOP-14598: ----------------------------------------- trying to understand this some more. The Hadoop stream handler factory *should* be transparent for any URL Scheme which isn't from a supported FS. But of course, wasb is. Somehow a wasb URL is getting down into the Azure library when it tries to connect to azure storage...the fs factory returns a URL, which cannot be cast to an HTTP URL. this should be isolatable into a local test > azure wasb failing: FsUrlConnection cannot be cast to HttpURLConnection > ----------------------------------------------------------------------- > > Key: HADOOP-14598 > URL: https://issues.apache.org/jira/browse/HADOOP-14598 > Project: Hadoop Common > Issue Type: Bug > Components: fs/azure, test > Affects Versions: 3.0.0-beta1 > Reporter: Steve Loughran > > my downstream-of-spark cloud integration tests (where I haven't been running > the azure ones for a while) now have a few of the tests failing > {code} > org.apache.hadoop.fs.azure.AzureException: > com.microsoft.azure.storage.StorageException: > org.apache.hadoop.fs.FsUrlConnection cannot be cast to > java.net.HttpURLConnection > {code} > No obvious cause, and it's only apparently happening in some of the > (scalatest) tests. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org