Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
Modifier and Type | Class and Description |
---|---|
static class |
QueuePlacementRule.Default
Places apps in the specified default queue.
|
static class |
QueuePlacementRule.NestedUserQueue
Places apps in queues with name of the submitter under the queue
returned by the nested rule.
|
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 |
---|---|
static QueuePlacementRule |
QueuePlacementPolicy.createAndInitializeRule(Node node)
Create and initialize a rule given a xml node
|
QueuePlacementRule |
QueuePlacementRule.initialize(boolean create,
Map<String,String> args)
Initializes the rule with any arguments.
|
QueuePlacementRule |
QueuePlacementRule.Default.initialize(boolean create,
Map<String,String> args) |
Modifier and Type | Method and Description |
---|---|
List<QueuePlacementRule> |
QueuePlacementPolicy.getRules() |
Constructor and Description |
---|
QueuePlacementPolicy(List<QueuePlacementRule> rules,
Map<FSQueueType,Set<String>> configuredQueues,
org.apache.hadoop.conf.Configuration conf) |
Copyright © 2020 Apache Software Foundation. All rights reserved.