[ https://issues.apache.org/jira/browse/HADOOP-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656009#action_12656009 ]
Hemanth Yamijala commented on HADOOP-4774: ------------------------------------------ Looks fine. Minor nits: - Typos in Javadocs: initializatino should be initialization. threasd should be threads - Also, it is better to mention the units of the INITIALIZATION_THREAD_POLLING_INTERVAL in the Javadoc itself. > CapacityScheduler should work even if capacity-scheduler.xml is not in the > classpath i.e with the code defaults > --------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-4774 > URL: https://issues.apache.org/jira/browse/HADOOP-4774 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/capacity-sched > Reporter: Amar Kamat > Assignee: Sreekanth Ramakrishnan > Attachments: HADOOP-4774-1.patch > > > If I try running capacity-scheduler without having capacity-scheduler.xml in > my class path, the jobtracker fails with the following error > {code} > Invalid initializater poller interval -1 > {code} > I feel the problem lies with the default value assigned to it in the code. > The capacity-scheduler conf says the default is 5000. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.