| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.spark | |
| org.apache.hadoop.hive.ql.parse.spark |
| Modifier and Type | Method and Description |
|---|---|
static List<SparkTask> |
Utilities.getSparkTasks(List<Task<? extends Serializable>> tasks) |
| Modifier and Type | Method and Description |
|---|---|
static SparkTask |
SparkUtilities.createSparkTask(HiveConf conf) |
static SparkTask |
SparkUtilities.createSparkTask(SparkWork work,
HiveConf conf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SparkUtilities.removeEmptySparkTask(SparkTask currTask)
remove currTask from the children of its parentTask
remove currTask from the parent of its childrenTask
|
| Modifier and Type | Field and Description |
|---|---|
SparkTask |
GenSparkProcContext.currentTask |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.