| Package | Description |
|---|---|
| org.apache.drill.yarn.appMaster |
Implements the Drill Application Master for YARN.
|
| org.apache.drill.yarn.core |
Holds functionality common to the Drill-on-YARN client and Application Master (AM).
|
| Modifier and Type | Field and Description |
|---|---|
TaskSpec |
Task.taskSpec
Identifies the type of container needed and the details of the task to run.
|
protected TaskSpec |
AbstractScheduler.taskSpec |
| Constructor and Description |
|---|
DrillbitScheduler(String name,
TaskSpec taskSpec,
int quantity,
int requestTimeoutSecs,
int maxExtraNodes) |
Task(Scheduler scheduler,
TaskSpec taskSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterDef.ClusterGroup.modifyTaskSpec(TaskSpec taskSpec) |
void |
ClusterDef.LabeledGroup.modifyTaskSpec(TaskSpec taskSpec) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.