You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Miklos Szegedi (JIRA)" <ji...@apache.org> on 2017/08/25 01:21:01 UTC

[jira] [Created] (YARN-7099) ResourceHandlerModule.parseConfiguredCGroupPath only works for privileged yarn users.

Miklos Szegedi created YARN-7099:
------------------------------------

             Summary: 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


canWrite is failing
{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: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org