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

Boris Shkolnik updated MAPREDUCE-1383:
--------------------------------------

    Attachment: MAPREDUCE-1383-11.patch

bq.The "/IP:PORT" looks odd. Please change the service to be 
<IP-ADDRESS-OF-HOST>:PORT. 
After discussion with Kan, we aggreed on "IP:PORT". Kan will match in his 
implementation.

here is my diff:
< - 
sb.append(NetUtils.normalizeHostName(uri.getHost())).append(":").append(port);
---
> +    
> sb.append("/").append(NetUtils.normalizeHostName(uri.getHost())).append(":").append(port);


> Allow storage and caching of delegation token.
> ----------------------------------------------
>
>                 Key: MAPREDUCE-1383
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1383
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>            Reporter: Boris Shkolnik
>         Attachments: MAPREDUCE-1383-1.patch, MAPREDUCE-1383-10.patch, 
> MAPREDUCE-1383-11.patch, MAPREDUCE-1383-2.patch, MAPREDUCE-1383-5.patch, 
> MAPREDUCE-1383-6.patch, MAPREDUCE-1383-9.patch, MAPREDUCE-1383-BP20-3.patch
>
>
> Client needs to obtain delegation tokens from all the NameNodes it is going 
> to work with and pass it to the application.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to