| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.blacklist | |
| org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DisabledBlacklistManager |
A
BlacklistManager that returns no blacklists. |
class |
SimpleBlacklistManager |
Maintains a list of failed nodes and returns that as long as number of
blacklisted nodes is below a threshold percentage of total nodes.
|
| Modifier and Type | Method | Description |
|---|---|---|
BlacklistManager |
RMAppAttempt.getAMBlacklistManager() |
Get the
BlacklistManager that manages blacklists for AM failures |
BlacklistManager |
RMAppAttemptImpl.getAMBlacklistManager() |
| Constructor | Description |
|---|---|
RMAppAttemptImpl(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
RMContext rmContext,
YarnScheduler scheduler,
ApplicationMasterService masterService,
org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext submissionContext,
org.apache.hadoop.conf.Configuration conf,
java.util.List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs,
RMApp rmApp,
BlacklistManager amBlacklistManager) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.