[ 
https://issues.apache.org/jira/browse/HADOOP-7602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John George updated HADOOP-7602:
--------------------------------

    Attachment: hadoop-7602.patch

Attaching a patch for preliminary review. Need to write tests and ensure 
nothing else is broken by running other tests...

URI for har files look like this: har:/tmp/archive_1.har. uri.getAuthority() in 
this case returns null, which get passed to createSocketAddr() by 
buildDTServiceName(). Before MAPREDUCE-2780,  buildDTServiceName() used to 
check for null values and replace with empty string if necessary. This check 
needs to continue happening.

> wordcount, sort etc on har files fails with NPE
> -----------------------------------------------
>
>                 Key: HADOOP-7602
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7602
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 0.20.205.0, 0.20.206.0
>            Reporter: John George
>            Assignee: John George
>         Attachments: hadoop-7602.patch
>
>
> wordcount, sort etc on har files fails with 
> NPE@createSocketAddr(NetUtils.java:137). 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to