Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
FSDownload.unpack() lower-cases filenames in the local locale before looking at extensions for, "tar, "zip", ..
String lowerDst = dst.getName().toLowerCase();
it MUST use LOCALE_EN for the locale, else a file .ZIP won't be recognised as a zipfile in a turkish locale cluster
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-10101 Update guava dependency to the latest version
- Resolved