|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DynamicPartitionCtx | |
|---|---|
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| org.apache.hadoop.hive.ql.io.rcfile.merge | |
| org.apache.hadoop.hive.ql.io.rcfile.truncate | |
| org.apache.hadoop.hive.ql.parse | |
| org.apache.hadoop.hive.ql.plan | |
| Uses of DynamicPartitionCtx in org.apache.hadoop.hive.ql.exec |
|---|
| Fields in org.apache.hadoop.hive.ql.exec declared as DynamicPartitionCtx | |
|---|---|
protected DynamicPartitionCtx |
FileSinkOperator.dpCtx
|
| Methods in org.apache.hadoop.hive.ql.exec with parameters of type DynamicPartitionCtx | |
|---|---|
static List<LinkedHashMap<String,String>> |
Utilities.getFullDPSpecs(org.apache.hadoop.conf.Configuration conf,
DynamicPartitionCtx dpCtx)
Construct a list of full partition spec from Dynamic Partition Context and the directory names corresponding to these dynamic partitions. |
static void |
Utilities.mvFileToFinalPath(org.apache.hadoop.fs.Path specPath,
org.apache.hadoop.conf.Configuration hconf,
boolean success,
org.apache.commons.logging.Log log,
DynamicPartitionCtx dpCtx,
FileSinkDesc conf,
org.apache.hadoop.mapred.Reporter reporter)
|
static ArrayList<String> |
Utilities.removeTempOrDuplicateFiles(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path,
DynamicPartitionCtx dpCtx)
Remove all temporary files and duplicate (double-committed) files from a given directory. |
| Uses of DynamicPartitionCtx in org.apache.hadoop.hive.ql.io.rcfile.merge |
|---|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.merge that return DynamicPartitionCtx | |
|---|---|
DynamicPartitionCtx |
MergeWork.getDynPartCtx()
|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type DynamicPartitionCtx | |
|---|---|
static void |
RCFileMergeMapper.jobClose(org.apache.hadoop.fs.Path outputPath,
boolean success,
org.apache.hadoop.mapred.JobConf job,
SessionState.LogHelper console,
DynamicPartitionCtx dynPartCtx,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
MergeWork.setDynPartCtx(DynamicPartitionCtx dynPartCtx)
|
| Constructors in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type DynamicPartitionCtx | |
|---|---|
MergeWork(List<org.apache.hadoop.fs.Path> inputPaths,
org.apache.hadoop.fs.Path outputDir,
boolean hasDynamicPartitions,
DynamicPartitionCtx dynPartCtx)
|
|
| Uses of DynamicPartitionCtx in org.apache.hadoop.hive.ql.io.rcfile.truncate |
|---|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate that return DynamicPartitionCtx | |
|---|---|
DynamicPartitionCtx |
ColumnTruncateWork.getDynPartCtx()
|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type DynamicPartitionCtx | |
|---|---|
static void |
ColumnTruncateMapper.jobClose(org.apache.hadoop.fs.Path outputPath,
boolean success,
org.apache.hadoop.mapred.JobConf job,
SessionState.LogHelper console,
DynamicPartitionCtx dynPartCtx,
org.apache.hadoop.mapred.Reporter reporter)
|
void |
ColumnTruncateWork.setDynPartCtx(DynamicPartitionCtx dynPartCtx)
|
| Constructors in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type DynamicPartitionCtx | |
|---|---|
ColumnTruncateWork(List<Integer> droppedColumns,
org.apache.hadoop.fs.Path inputDir,
org.apache.hadoop.fs.Path outputDir,
boolean hasDynamicPartitions,
DynamicPartitionCtx dynPartCtx)
|
|
| Uses of DynamicPartitionCtx in org.apache.hadoop.hive.ql.parse |
|---|
| Methods in org.apache.hadoop.hive.ql.parse that return DynamicPartitionCtx | |
|---|---|
DynamicPartitionCtx |
QBMetaData.getDPCtx(String alias)
|
| Methods in org.apache.hadoop.hive.ql.parse with parameters of type DynamicPartitionCtx | |
|---|---|
void |
QBMetaData.setDPCtx(String alias,
DynamicPartitionCtx dpCtx)
|
| Uses of DynamicPartitionCtx in org.apache.hadoop.hive.ql.plan |
|---|
| Methods in org.apache.hadoop.hive.ql.plan that return DynamicPartitionCtx | |
|---|---|
DynamicPartitionCtx |
LoadTableDesc.getDPCtx()
|
DynamicPartitionCtx |
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.getDPCtx()
|
DynamicPartitionCtx |
FileSinkDesc.getDynPartCtx()
|
| Methods in org.apache.hadoop.hive.ql.plan with parameters of type DynamicPartitionCtx | |
|---|---|
void |
LoadTableDesc.setDPCtx(DynamicPartitionCtx dpCtx)
|
void |
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.setDPCtx(DynamicPartitionCtx dp)
|
void |
FileSinkDesc.setDynPartCtx(DynamicPartitionCtx dpc)
|
| Constructors in org.apache.hadoop.hive.ql.plan with parameters of type DynamicPartitionCtx | |
|---|---|
DynamicPartitionCtx(DynamicPartitionCtx dp)
|
|
FileSinkDesc(org.apache.hadoop.fs.Path dirName,
TableDesc tableInfo,
boolean compressed,
int destTableId,
boolean multiFileSpray,
boolean canBeMerged,
int numFiles,
int totalFiles,
ArrayList<ExprNodeDesc> partitionCols,
DynamicPartitionCtx dpCtx)
|
|
LoadTableDesc(org.apache.hadoop.fs.Path sourcePath,
TableDesc table,
DynamicPartitionCtx dpCtx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||