[
https://issues.apache.org/jira/browse/HADOOP-14598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066763#comment-16066763
]
Steve Loughran commented on HADOOP-14598:
-----------------------------------------
More details. Issue is that the {{HttpFileSystem}} connection is getting found
when an http: URL comes in, so: disaster
{code}
2017-06-28 16:54:59,217 [ScalaTest-main-running-AzureDataFrameSuite] INFO
netty.NettyBlockTransferService (Logging.scala:logInfo(54)) - Server created on
192.168.1.38:57795
2017-06-28 16:55:01,284 [ScalaTest-main-running-AzureDataFrameSuite] DEBUG
fs.FsUrlStreamHandlerFactory
(FsUrlStreamHandlerFactory.java:createURLStreamHandler(77)) - Creating handler
for protocol http
2017-06-28 16:55:01,285 [ScalaTest-main-running-AzureDataFrameSuite] DEBUG
fs.FsUrlStreamHandlerFactory
(FsUrlStreamHandlerFactory.java:createURLStreamHandler(77)) - Creating handler
for protocol file
2017-06-28 16:55:01,285 [ScalaTest-main-running-AzureDataFrameSuite] DEBUG
fs.FsUrlStreamHandlerFactory
(FsUrlStreamHandlerFactory.java:createURLStreamHandler(83)) - Found
implementation of file: class org.apache.hadoop.fs.LocalFileSystem
2017-06-28 16:55:01,285 [ScalaTest-main-running-AzureDataFrameSuite] DEBUG
fs.FsUrlStreamHandlerFactory
(FsUrlStreamHandlerFactory.java:createURLStreamHandler(91)) - Using handler for
protocol file
2017-06-28 16:55:01,291 [ScalaTest-main-running-AzureDataFrameSuite] DEBUG
fs.FsUrlStreamHandlerFactory
(FsUrlStreamHandlerFactory.java:createURLStreamHandler(83)) - Found
implementation of http: class org.apache.hadoop.fs.http.HttpFileSystem
2017-06-28 16:55:01,291 [ScalaTest-main-running-AzureDataFrameSuite] DEBUG
fs.FsUrlStreamHandlerFactory
(FsUrlStreamHandlerFactory.java:createURLStreamHandler(91)) - Using handler for
protocol http
2017-06-28 16:55:01,331 [ScalaTest-main-running-AzureDataFrameSuite] INFO
azure.AzureDataFrameSuite (Logging.scala:logInfo(54)) - Cleaning
wasb://[email protected]/cloud-integration/DELAY_LISTING_ME/AzureDataFrameSuite
2017-06-28 16:55:01,332 [ScalaTest-main-running-AzureDataFrameSuite] INFO
azure.AzureDataFrameSuite (Logging.scala:logInfo(54)) - During cleanup of
filesystem: org.apache.hadoop.fs.azure.AzureException:
com.microsoft.azure.storage.StorageException:
org.apache.hadoop.fs.FsUrlConnection cannot be cast to
java.net.HttpURLConnection
- DataFrames *** FAILED ***
java.io.IOException: Failed to delete
wasb://[email protected]/cloud-integration/DELAY_LISTING_ME/AzureDataFrameSuite/dataframes/generated
on org.apache.hadoop.fs.azure.NativeAzureFileSystem@7b3cbe6e
org.apache.hadoop.fs.azure.AzureException:
com.microsoft.azure.storage.StorageException:
org.apache.hadoop.fs.FsUrlConnection cannot be cast to
java.net.HttpURLConnection
{code}
> 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: [email protected]
For additional commands, e-mail: [email protected]