Example usage for org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity CapacityScheduler subclass-usage

List of usage examples for org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity CapacityScheduler subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity CapacityScheduler subclass-usage.

Usage

From source file org.apache.myriad.scheduler.yarn.MyriadCapacityScheduler.java

/**
 * {@link MyriadCapacityScheduler} just extends YARN's {@link CapacityScheduler} and
 * allows some of the {@link CapacityScheduler} methods to be intercepted
 * via the {@link YarnSchedulerInterceptor} interface.
 */
public class MyriadCapacityScheduler extends CapacityScheduler {