Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.6.0
-
None
-
None
-
OS/X laptop, HFS+ filesystem
Description
the setup phase of TestUnmanagedAMLauncher overwrites yarn-site.xml. As Configuration.writeXml() does a reread of all resources, this will break if the (open-for-writing) resource is already visible as an empty file.
This leaves a corrupted target/test-classes/yarn-site.xml, which breaks later test runs -because it is not overwritten by later incremental builds, due to timestamps.
Attachments
Attachments
Issue Links
- is depended upon by
-
YARN-117 Enhance YARN service model
- Closed
- relates to
-
HADOOP-9453 Configuration.loadResource should skip empty resources
- Patch Available