Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.9.0
-
None
-
Reviewed
Description
YARN-4958 added support for wildcards in file localization. It introduces a NPE
at
for (File wildLink : directory.listFiles()) { sb.symlink(new Path(wildLink.toString()), new Path(wildLink.getName())); }
When directory.listFiles returns null (only happens in a secure cluster), NPE will cause the container fail to launch.
Hive, Oozie jobs fail as a result.
Attachments
Attachments
Issue Links
- is broken by
-
YARN-4958 The file localization process should allow for wildcards to reduce the application footprint in the state store
- Resolved
- is depended upon by
-
YARN-5381 fix NPE listing wildcard directory on Windows
- Resolved
-
YARN-5388 Deprecate and remove DockerContainerExecutor
- Resolved
- links to