Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.blacklist | |
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt |
Modifier and Type | Class and 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 and Description |
---|---|
BlacklistManager |
RMAppAttempt.getAMBlacklistManager()
Get the
BlacklistManager that manages blacklists for AM failures |
BlacklistManager |
RMAppAttemptImpl.getAMBlacklistManager() |
Constructor and 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,
List<org.apache.hadoop.yarn.api.records.ResourceRequest> amReqs,
RMApp rmApp,
BlacklistManager amBlacklistManager) |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.