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

Alejandro Abdelnur commented on HDFS-3323:
------------------------------------------

correction my patch works correctly when running the testcase from maven. I 
made a mistake when testing it that i was running the test from hadoop-hdfs/ 
but I did not push hadoop-common to the m2 cache (where the fix actually is), 
thus maven was picking up a JAR from m2 without the fix. From the IDE was 
working because I have whole Hadoop source in it and it was picking up the fix.

                
> 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: HDFS-3323.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

        

Reply via email to