| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.metadata |
| Modifier and Type | Method and Description |
|---|---|
static Map<org.apache.hadoop.fs.Path,Utilities.PartitionDetails> |
Utilities.getFullDPSpecs(org.apache.hadoop.conf.Configuration conf,
DynamicPartitionCtx dpCtx,
Map<String,List<org.apache.hadoop.fs.Path>> dynamicPartitionSpecs)
Construct a list of full partition spec from Dynamic Partition Context and the directory names
corresponding to these dynamic partitions.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Map<String,String>,Partition> |
Hive.loadDynamicPartitions(LoadTableDesc tbd,
int numLB,
boolean isAcid,
long writeId,
int stmtId,
boolean resetStatistics,
AcidUtils.Operation operation,
Map<org.apache.hadoop.fs.Path,Utilities.PartitionDetails> partitionDetailsMap)
Given a source directory name of the load path, load all dynamically generated partitions
into the specified table and return a list of strings that represent the dynamic partition
paths.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.