Modifier and Type | Method and Description |
---|---|
LineageState |
QueryState.getLineageState() |
Modifier and Type | Method and Description |
---|---|
void |
QueryState.setLineageState(LineageState lineageState) |
QueryState.Builder |
QueryState.Builder.withLineageState(LineageState lineageState)
add a LineageState that will be set in the built QueryState
|
Constructor and Description |
---|
Driver(HiveConf conf,
Context ctx,
LineageState lineageState) |
Driver(HiveConf conf,
LineageState lineageState) |
Driver(HiveConf conf,
String userName,
LineageState lineageState) |
Constructor and Description |
---|
ReplLoadWork(HiveConf hiveConf,
String dumpDirectory,
String dbNameOrPattern,
LineageState lineageState) |
ReplLoadWork(HiveConf hiveConf,
String dumpDirectory,
String dbNameToLoadIn,
String tableNameToLoadIn,
LineageState lineageState) |
Modifier and Type | Field and Description |
---|---|
LineageState |
Context.sessionStateLineageState |
Constructor and Description |
---|
Context(String dumpDirectory,
HiveConf hiveConf,
Hive hiveDb,
LineageState lineageState,
Context nestedContext) |
Modifier and Type | Method and Description |
---|---|
static void |
GenMapRedUtils.createMRWorkForMergingFiles(FileSinkOperator fsInput,
org.apache.hadoop.fs.Path finalName,
DependencyCollectionTask dependencyTask,
List<Task<MoveWork>> mvTasks,
HiveConf conf,
Task<? extends Serializable> currTask,
LineageState lineageState) |
protected static MoveWork |
GenMapRedUtils.mergeMovePaths(org.apache.hadoop.fs.Path condInputPath,
MoveWork linkedMoveWork,
LineageState lineageState)
Merges the given Conditional input path and the linked MoveWork into one only MoveWork.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.