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

Xi Fang commented on MAPREDUCE-5109:
------------------------------------

Hi Vinod, thanks for your patch. If Hadoop runs with this patch on Windows, 
there would be a problem because file name can't have "*" on Windows. After 
discussed Chris, we have two proposals specifically for Windows:

1. Use an entirely different wildcard character on Windows (for example: using 
"!" instead of "*")
2. Add an encoder and a decoder specifically for "*" in 
JobHistory#encodeJobHistoryFileName() and decodeJobHistoryFileName() 
respectively, on Windows. For example, we can encode "*" to "%20F". In this 
case, getNewJobHistoryFileName should also be changed accordingly. 

Do you have any suggestion on these two options?
                
> Job view-acl should apply to job listing too
> --------------------------------------------
>
>                 Key: MAPREDUCE-5109
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5109
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Arun C Murthy
>            Assignee: Vinod Kumar Vavilapalli
>         Attachments: MAPREDUCE-5109-20130405.2.txt
>
>
> Job view-acl should apply to job listing too, currently it only applies to 
> job details pages.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to