浅析Hadoop的三个作业调度器

目前,Hadoop作业调度器主要有三种:资源调度器FIFO(先进先出)、Capacity Scheduler(容量调度器)和Fair Scheduler(公平调度器)。Hadoop2.7.2默认的资源调度器是Capacity Scheduler。 具体设置详见:yarn-default.xml文件 <property>     <description>The class to use as th
相关文章
相关标签/搜索