Details
Description
Some of the tests in containermanager.linux.runtime failed in Windows due to
Error Message
'posix:permissions' not supported as initial attribute
We use PosixFilePermission which can be used only with operating systems which are compatibile with POSIX:
A file attribute view that provides a view of the file attributes commonly associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.Operating systems that implement the POSIX family of standards commonly use file systems that have a file owner, group-owner, and related access permissions. Windows unfortunatelly doesn't support POSIX file systems so this is why your code doesn't work.
Attachments
Attachments
Issue Links
- contains
-
YARN-8324 Fix TestPrivilegedOperationExecutor.testExecutorPath on Windows
- Resolved
- is related to
-
HADOOP-15475 Fix broken unit tests on Windows
- Open
- relates to
-
YARN-8370 Some Node Manager tests fail on Windows due to improper path/file separator
- Resolved