PrepAway - Latest Free Exam Questions & Answers

Which is the default scheduler in YARN?

Which is the default scheduler in YARN?

PrepAway - Latest Free Exam Questions & Answers

A.
Fair Scheduler

B.
FIFO Scheduler

C.
Capacity Scheduler

D.
YARN doesn’t configure a default scheduler. You must first assign a appropriate scheduler
class in yarn-site.xml

Explanation:
http://hadoop.apache.org/docs/r2.3.0/hadoop-yarn/hadoop-yarn-site/FairScheduler.html

6 Comments on “Which is the default scheduler in YARN?

  1. Gaurav says:

    Default scheduler for yarn is FIFO, due to backward compatibility, but if we are using CM then cloudera recommends to use Fair Scheduler.




    0



    0
  2. Dev says:

    Default scheduler for YARN is Capacity. check default-yarn.xml.

    The class to use as the resource scheduler.
    yarn.resourcemanager.scheduler.class
    org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler




    0



    0
  3. Mus says:

    Should be Fair Scheduler since this is CLoudera exam. Went to the training and the tutor repeatedly said it.. In E.sammer book is FIFO




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *