[
https://issues.apache.org/jira/browse/HDFS-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Abdelnur updated HDFS-3323:
-------------------------------------
Attachment: HADOOP-7549.patch
Attached patch works from my IDE (IntelliJ) but it fails from Maven, it seems
that when running from Maven the custom URLStreamHandler is not being invoked.
Thoughts?
Wonder how this worked before, also, when running the testcases locally before
committing I have not seen the error (odd).
> TestUrlStreamHandler fails
> --------------------------
>
> Key: HDFS-3323
> URL: https://issues.apache.org/jira/browse/HDFS-3323
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Tsz Wo (Nicholas), SZE
> Attachments: HADOOP-7549.patch
>
>
> {noformat}
> java.net.MalformedURLException: unknown protocol: hdfs
> at java.net.URL.<init>(URL.java:395)
> at java.net.URL.<init>(URL.java:283)
> at
> org.apache.hadoop.fs.TestUrlStreamHandler.testDfsUrls(TestUrlStreamHandler.java:78)
> ...
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira