| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.placement |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultPlacementRule |
Places apps in the specified default queue.
|
class |
PrimaryGroupPlacementRule |
Places apps in queues by the primary group of the submitter.
|
class |
RejectPlacementRule |
Rejects all placements.
|
class |
SecondaryGroupExistingPlacementRule |
Places apps in queues by the secondary group of the submitter, if the
submitter is a member of more than one group.
|
class |
SpecifiedPlacementRule |
Places apps in queues by requested queue of the submitter.
|
class |
UserPlacementRule |
Places apps in queues by username of the submitter.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.