| 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 |
|---|---|
class |
ClusterControllerImpl
Controls the Drill cluster by representing the current cluster state with a
desired state, taking corrective action to keep the cluster in the desired
state.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterController |
SchedulerStateImpl.getController() |
ClusterController |
SchedulerState.getController() |
ClusterController |
Dispatcher.getController() |
| Modifier and Type | Method and Description |
|---|---|
void |
DispatcherAddOn.finish(ClusterController controller) |
void |
DrillControllerFactory.ZKRegistryAddOn.finish(ClusterController controller) |
void |
DispatcherAddOn.start(ClusterController controller) |
void |
DrillControllerFactory.ZKRegistryAddOn.start(ClusterController controller) |
void |
ControllerVisitor.visit(ClusterController controller) |
| Constructor and Description |
|---|
EventContext(ClusterController controller) |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerModel.countStrayDrillbits(ClusterController controller)
Count the unmanaged drillbits.
|
void |
AbstractTasksModel.TasksModel.listAnomalies(ClusterController controller)
List any anomalies: either stray Drillbits (those in ZK but not launched by DoY),
or blacklisted nodes.
|
void |
ControllerModel.visit(ClusterController controller) |
void |
AbstractTasksModel.HistoryModel.visit(ClusterController controller) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.