| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
| Modifier and Type | Class and Description |
|---|---|
static class |
QueuePlacementRule.Default
Places all apps in the default queue
|
static class |
QueuePlacementRule.PrimaryGroup
Places apps in queues by primary group of the submitter
|
static class |
QueuePlacementRule.Reject
Rejects all apps
|
static class |
QueuePlacementRule.SecondaryGroupExistingQueue
Places apps in queues by secondary group of the submitter
Match will be made on first secondary group that exist in
queues
|
static class |
QueuePlacementRule.Specified
Places apps in queues by requested queue of the submitter
|
static class |
QueuePlacementRule.User
Places apps in queues by username of the submitter
|
| Modifier and Type | Method and Description |
|---|---|
QueuePlacementRule |
QueuePlacementRule.initialize(boolean create,
Map<String,String> args)
Initializes the rule with any arguments.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueuePlacementRule> |
QueuePlacementPolicy.getRules() |
| Constructor and Description |
|---|
QueuePlacementPolicy(List<QueuePlacementRule> rules,
Set<String> configuredQueues,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.