[
https://issues.apache.org/jira/browse/YARN-7099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144105#comment-16144105
]
Hudson commented on YARN-7099:
------------------------------
ABORTED: Integrated in Jenkins build Hadoop-trunk-Commit #12254 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/12254/])
YARN-7099. ResourceHandlerModule.parseConfiguredCGroupPath only works (yufei:
rev d5bc9582793de6ab2d2e489cde293bf076229a1c)
* (edit)
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/resources/ResourceHandlerModule.java
> ResourceHandlerModule.parseConfiguredCGroupPath only works for privileged
> yarn users.
> -------------------------------------------------------------------------------------
>
> Key: YARN-7099
> URL: https://issues.apache.org/jira/browse/YARN-7099
> Project: Hadoop YARN
> Issue Type: Bug
> Components: nodemanager
> Reporter: Miklos Szegedi
> Assignee: Miklos Szegedi
> Priority: Minor
> Fix For: 2.9.0, 3.0.0-beta1
>
> Attachments: YARN-7099.000.patch
>
>
> canWrite is failing below:
> {code}
> if (candidate.isDirectory() && candidate.canWrite()) {
> pathSubsystemMappings.put(candidate.getAbsolutePath(), cgroupList);
> } else {
> LOG.warn("The following cgroup is not a directory or it is not"
> + " writable" + candidate.getAbsolutePath());
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]