| Package | Description |
|---|---|
| org.apache.drill.yarn.appMaster |
Implements the Drill Application Master for YARN.
|
| org.apache.drill.yarn.appMaster.http |
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskState.EndingState
Task for which a termination request has been sent to the Drill-bit, but
confirmation has not yet been received from the Node Manager.
|
static class |
TaskState.KillingState
Task for which a forced termination request has been sent to the Node
Manager, but a stop message has not yet been received.
|
| Modifier and Type | Field and Description |
|---|---|
static TaskState |
TaskState.END |
static TaskState |
TaskState.ENDING |
static TaskState |
TaskState.KILLING |
static TaskState |
TaskState.LAUNCHING |
static TaskState |
TaskState.REQUESTING |
static TaskState |
TaskState.RUNNING |
static TaskState |
TaskState.START |
protected TaskState |
Task.state
Life-cycle state of this task.
|
static TaskState |
TaskState.WAIT_END_ACK |
static TaskState |
TaskState.WAIT_START_ACK |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
EventContext.getState() |
TaskState |
Task.getState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskState.transition(EventContext context,
TaskState newState)
Implement a state transition, alerting any life cycle listeners and
updating the log file.
|
| Modifier and Type | Field and Description |
|---|---|
protected TaskState |
AbstractTasksModel.TaskModel.taskState |
Copyright © 2021 The Apache Software Foundation. All rights reserved.