Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
After HADOOP-13073, RawLocalFileSystem does react on changing umask but FileContext does not react on changing umask via configuration. TestDirectoryCollection fails by the inconsistent behavior.
java.lang.AssertionError: local dir parent not created with proper permissions expected:<rwxr-xr-x> but was:<rwx------> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.apache.hadoop.yarn.server.nodemanager.TestDirectoryCollection.testCreateDirectories(TestDirectoryCollection.java:113)
Attachments
Attachments
Issue Links
- breaks
-
YARN-5679 TestAHSWebServices is failing
- Resolved
- causes
-
HADOOP-15571 Multiple FileContexts created with the same configuration object should be allowed to have different umask
- Resolved
- is broken by
-
HADOOP-13073 RawLocalFileSystem does not react on changing umask
- Resolved
- is related to
-
YARN-5749 Fail to localize resources after health status for local dirs changed
- Resolved