[
https://issues.apache.org/jira/browse/YARN-8359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491301#comment-16491301
]
Jason Lowe commented on YARN-8359:
----------------------------------
Attaching a patch that I _think_ does what I proposed. It adds a native-win
profile to the hadoop-yarn-server-nodemanager project pom that activates when
building on Windows and excludes tests that have a package prefix of
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.
> Disable containermanager.linux.runtime.TEST to run on Windows
> -------------------------------------------------------------
>
> Key: YARN-8359
> URL: https://issues.apache.org/jira/browse/YARN-8359
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Giovanni Matteo Fumarola
> Priority: Major
> Attachments: YARN-8359.001.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]