[
https://issues.apache.org/jira/browse/YARN-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14297227#comment-14297227
]
Tsuyoshi OZAWA commented on YARN-3029:
--------------------------------------
+1. There are some lines which include trailing spaces, but I'll remove them.
> FSDownload.unpack() uses local locale for FS case conversion, may not work
> everywhere
> -------------------------------------------------------------------------------------
>
> Key: YARN-3029
> URL: https://issues.apache.org/jira/browse/YARN-3029
> Project: Hadoop YARN
> Issue Type: Bug
> Components: nodemanager
> Affects Versions: 2.6.0
> Reporter: Steve Loughran
> Assignee: Varun Saxena
> Attachments: YARN-3029.001.patch, YARN-3029.002.patch
>
>
> {{FSDownload.unpack()}} lower-cases filenames in the local locale before
> looking at extensions for, "tar, "zip", ..
> {code}
> String lowerDst = dst.getName().toLowerCase();
> {code}
> it MUST use LOCALE_EN for the locale, else a file .ZIP won't be recognised as
> a zipfile in a turkish locale cluster
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)