Hi,
My cluster is using Capacity scheduler.
But, in my mapreduce program, i have used the below configuration
conf.set("yarn.resourcemanager.scheduler.class", "org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler");
to set the the scheduler class to Fair scheduler.
1) Does this change really take place.? as the configuration and resources are designed for capacity scheduler, does it really change the things for my application.?
2) What happens if any one submits other application at the same time.? Does this change have any impact on the other jobs.? As far as my understanding goes, NO..
Thank You..
Srini.