You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Miklos Szegedi (JIRA)" <ji...@apache.org> on 2016/09/24 01:49:20 UTC

[jira] [Created] (YARN-5665) Documentation does not mention package name requirement for yarn.resourcemanager.scheduler.class

Miklos Szegedi created YARN-5665:
------------------------------------

             Summary: Documentation does not mention package name requirement for yarn.resourcemanager.scheduler.class
                 Key: YARN-5665
                 URL: https://issues.apache.org/jira/browse/YARN-5665
             Project: Hadoop YARN
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.0.0-alpha1
            Reporter: Miklos Szegedi
            Priority: Trivial


http://hadoop.apache.org/docs/r3.0.0-alpha1/hadoop-project-dist/hadoop-common/ClusterSetup.html refers to FairScheduler, when it documents the setting yarn.resourcemanager.scheduler.class. What it forgets to mention is that the user has to specify the full class path like org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler otherwise the system throws java.lang.ClassNotFoundException: FairScheduler. It would be nice, if the documentation specified the full class path, so that the user does not need to look it up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org