Scheduling Within an Application

I found FAIRSchedule,but is there som exampe implements like yarn 
CapacityScheduler?



<?xml version="1.0"?> <allocations>   <pool name="production">     
<schedulingMode>FAIR</schedulingMode>     <weight>1</weight>     
<minShare>2</minShare>   </pool>   <pool name="test">     
<schedulingMode>FIFO</schedulingMode>     <weight>2</weight>     
<minShare>3</minShare>   </pool> </allocations>

Reply via email to