| Modifier and Type | Method and Description |
|---|---|
ImportTableDesc |
TableEvent.tableDesc(String dbName) |
| Modifier and Type | Method and Description |
|---|---|
List<AlterTableAddPartitionDesc> |
TableEvent.partitionDescriptions(ImportTableDesc tblDesc) |
List<String> |
TableEvent.partitions(ImportTableDesc tblDesc) |
| Modifier and Type | Method and Description |
|---|---|
ImportTableDesc |
FSTableEvent.tableDesc(String dbName)
To determine if the tableDesc is for an external table,
use
isExternal()
and not tableType() method. |
ImportTableDesc |
FSPartitionEvent.tableDesc(String dbName) |
| Modifier and Type | Method and Description |
|---|---|
List<AlterTableAddPartitionDesc> |
FSTableEvent.partitionDescriptions(ImportTableDesc tblDesc) |
List<AlterTableAddPartitionDesc> |
FSPartitionEvent.partitionDescriptions(ImportTableDesc tblDesc) |
List<String> |
FSTableEvent.partitions(ImportTableDesc tblDesc) |
List<String> |
FSPartitionEvent.partitions(ImportTableDesc tblDesc) |
| Modifier and Type | Method and Description |
|---|---|
static Task<?> |
ReplUtils.getTableCheckpointTask(ImportTableDesc tableDesc,
HashMap<String,String> partSpec,
String dumpRoot,
ReplicationMetricCollector metricCollector,
HiveConf conf) |
static Task<?> |
ReplUtils.getTableReplLogTask(ImportTableDesc tableDesc,
ReplLogger replLogger,
HiveConf conf,
ReplicationMetricCollector metricCollector,
String dumpRoot) |
| Modifier and Type | Method and Description |
|---|---|
static Table |
ImportSemanticAnalyzer.createNewTableMetadataObject(ImportTableDesc tblDesc,
boolean isRepl) |
static boolean |
ImportSemanticAnalyzer.isPartitioned(ImportTableDesc tblDesc) |
static Table |
ImportSemanticAnalyzer.tableIfExists(ImportTableDesc tblDesc,
Hive db)
Utility method that returns a table if one corresponding to the destination
tblDesc is found.
|
| Modifier and Type | Field and Description |
|---|---|
ImportTableDesc |
DeferredWorkContext.tblDesc |
| Constructor and Description |
|---|
DeferredWorkContext(boolean replace,
org.apache.hadoop.fs.Path tgtPath,
Long writeId,
int stmtId,
Hive hive,
Context ctx,
ImportTableDesc tblDesc,
boolean inReplScope) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.