| Constructor | Description |
|---|---|
TaskAttemptListenerImpl(AppContext context,
org.apache.hadoop.mapreduce.security.token.JobTokenSecretManager jobTokenSecretManager,
RMHeartbeatHandler rmHeartbeatHandler,
AMPreemptionPolicy preemptionPolicy) |
|
TaskAttemptListenerImpl(AppContext context,
org.apache.hadoop.mapreduce.security.token.JobTokenSecretManager jobTokenSecretManager,
RMHeartbeatHandler rmHeartbeatHandler,
AMPreemptionPolicy preemptionPolicy,
byte[] secretShuffleKey) |
| Modifier and Type | Method | Description |
|---|---|---|
protected RMHeartbeatHandler |
MRAppMaster.getRMHeartbeatHandler() |
| Constructor | Description |
|---|---|
CommitterEventHandler(AppContext context,
org.apache.hadoop.mapreduce.OutputCommitter committer,
RMHeartbeatHandler rmHeartbeatHandler) |
|
CommitterEventHandler(AppContext context,
org.apache.hadoop.mapreduce.OutputCommitter committer,
RMHeartbeatHandler rmHeartbeatHandler,
java.lang.ClassLoader jobClassLoader) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LocalContainerAllocator |
Allocates containers locally.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
RMCommunicator |
Registers/unregisters to RM and sends heartbeats to RM.
|
class |
RMContainerAllocator |
Allocates the container from the ResourceManager scheduler.
|
class |
RMContainerRequestor |
Keeps the data structures to send container requests to RM.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.