| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.exec.repl | |
| org.apache.hadoop.hive.ql.exec.repl.bootstrap.load.util | |
| org.apache.hadoop.hive.ql.optimizer |
| Modifier and Type | Method and Description |
|---|---|
LineageState |
QueryState.getLineageState() |
| Modifier and Type | Method and Description |
|---|---|
static QueryState |
QueryState.getNewQueryState(HiveConf conf,
LineageState lineageState)
Generating the new QueryState object.
|
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) |
| Constructor and Description |
|---|
ReplLoadWork(HiveConf hiveConf,
String dumpDirectory,
String sourceDbName,
String dbNameToLoadIn,
org.apache.hadoop.hive.common.repl.ReplScope currentReplScope,
LineageState lineageState,
boolean isIncrementalDump,
Long eventTo,
Long dumpExecutionId,
ReplicationMetricCollector metricCollector,
boolean replScopeModified) |
| 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<?> 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 © 2022 The Apache Software Foundation. All rights reserved.