| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.ddl | |
| 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.repl | |
| org.apache.hadoop.hive.ql.exec.schq | |
| org.apache.hadoop.hive.ql.exec.tez | |
| org.apache.hadoop.hive.ql.io.merge | |
| org.apache.hadoop.hive.ql.io.rcfile.truncate | |
| org.apache.hadoop.hive.ql.plan.api | |
| org.apache.hadoop.hive.ql.stats |
| Modifier and Type | Method and Description |
|---|---|
StageType |
QueryDisplay.TaskDisplay.getTaskType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
DDLTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
ExplainTask.getType() |
StageType |
ConditionalTask.getType() |
StageType |
ReplCopyTask.getType() |
abstract StageType |
Task.getType()
Should be overridden to return the type of the specific task among the types in StageType.
|
StageType |
ReplTxnTask.getType() |
StageType |
ExplainSQRewriteTask.getType() |
StageType |
ColumnStatsUpdateTask.getType() |
StageType |
FetchTask.getType() |
StageType |
MoveTask.getType() |
StageType |
StatsTask.getType() |
StageType |
ExportTask.getType() |
StageType |
DependencyCollectionTask.getType() |
StageType |
CopyTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
MapredLocalTask.getType() |
StageType |
ExecDriver.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
ReplStateLogTask.getType() |
StageType |
ReplLoadTask.getType() |
StageType |
ReplDumpTask.getType() |
StageType |
RangerDenyTask.getType() |
StageType |
DirCopyTask.getType() |
StageType |
RangerLoadTask.getType() |
StageType |
AtlasDumpTask.getType() |
StageType |
AckTask.getType() |
StageType |
RangerDumpTask.getType() |
StageType |
AtlasLoadTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
ScheduledQueryMaintenanceTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
TezTask.getType() |
| Modifier and Type | Method and Description |
|---|---|
StageType |
MergeFileTask.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) |
| Modifier and Type | Method and Description |
|---|---|
StageType |
BasicStatsTask.getType() |
StageType |
BasicStatsNoJobTask.getType() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.