| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.mr | |
| org.apache.hadoop.hive.ql.exec.spark | |
| org.apache.hadoop.hive.ql.exec.tez | |
| org.apache.hadoop.hive.ql.index | |
| org.apache.hadoop.hive.ql.io.merge | |
| org.apache.hadoop.hive.ql.io.rcfile.stats | |
| org.apache.hadoop.hive.ql.io.rcfile.truncate | |
| org.apache.hadoop.hive.ql.plan.api |
| Modifier and Type | Method and Description |
|---|---|
abstract StageType |
Task.getType()
Should be overridden to return the type of the specific task among the types in StageType.
|
StageType |
StatsTask.getType() |
StageType |
StatsNoJobTask.getType() |
StageType |
MoveTask.getType() |
StageType |
FunctionTask.getType() |
StageType |
FetchTask.getType() |
StageType |
ExplainTask.getType() |
StageType |
ExplainSQRewriteTask.getType() |
StageType |
DependencyCollectionTask.getType() |
StageType |
DDLTask.getType() |
StageType |
CopyTask.getType() |
StageType |
ConditionalTask.getType() |
StageType |
ColumnStatsUpdateTask.getType() |
StageType |
ColumnStatsTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
MapredLocalTask.getType() |
StageType |
ExecDriver.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
SparkTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
TezTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
IndexMetadataChangeTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
MergeFileTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
PartialScanTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
ColumnTruncateTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
static StageType |
StageType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
StageType |
Stage.getStageType() |
static StageType |
StageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StageType[] |
StageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.setStageType(StageType stageType) |
| Constructor and Description |
|---|
Stage(String stageId,
StageType stageType,
Map<String,String> stageAttributes,
Map<String,Long> stageCounters,
List<Task> taskList,
boolean done,
boolean started) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.