Description
It looks like HarFileSystem.listLocatedStatus() doesn't work properly because it is inheriting FilterFileSystem's implementation. This is causing archive unit tests to fail in Hive when using hadoop 2.1.1.
If HarFileSystem overrides listLocatedStatus() to use FileSystem's implementation, the Hive unit tests pass.
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-10029 Specifying har file to MR job fails in secure cluster
- Closed
- is related to
-
HADOOP-10091 Job with a har archive as input fails on 0.23
- Resolved