Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the default config value for scheduler of resourcemanager in yarn-common.cfg is incompatible with different version of hadoop #15

Open
hpttlook opened this issue Jan 3, 2014 · 1 comment
Assignees

Comments

@hpttlook
Copy link

hpttlook commented Jan 3, 2014

currently, in yarn-common.cfg the following lines specify the scheduler.

use CapacityScheduler yarn.resourcemanager.scheduler.class=org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler

# use DominantResourceCalculator to support cpu scheduling
yarn.scheduler.capacity.resource-calculator=org.apache.hadoop.yarn.server.resourcemanager.resource.DominantResourceCalculator

the scheduler and resource-calculator classes are distributed to different package in different versions . in my test, this config is incompatible with apache hadoop-2.2.0, so it is would be better to delete this two arguments.

@ghost ghost assigned wuzesheng and renozhang Jan 6, 2014
@wuzesheng
Copy link
Contributor

It will take me some time to make sure of this, before which we just keep this issue open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants