|
||||||||||
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(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(String specPath,
Configuration hconf,
boolean success,
org.apache.commons.logging.Log log,
DynamicPartitionCtx dpCtx,
FileSinkDesc conf,
Reporter reporter)
|
static ArrayList<String> |
Utilities.removeTempOrDuplicateFiles(FileSystem 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(String outputPath,
boolean success,
JobConf job,
SessionState.LogHelper console,
DynamicPartitionCtx dynPartCtx,
Reporter reporter)
|
void |
MergeWork.setDynPartCtx(DynamicPartitionCtx dynPartCtx)
|
Constructors in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type DynamicPartitionCtx | |
---|---|
MergeWork(List<String> inputPaths,
String 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(String outputPath,
boolean success,
JobConf job,
SessionState.LogHelper console,
DynamicPartitionCtx dynPartCtx,
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,
String inputDir,
String 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(String dirName,
TableDesc tableInfo,
boolean compressed,
int destTableId,
boolean multiFileSpray,
boolean canBeMerged,
int numFiles,
int totalFiles,
ArrayList<ExprNodeDesc> partitionCols,
DynamicPartitionCtx dpCtx)
|
|
LoadTableDesc(String sourceDir,
String tmpDir,
TableDesc table,
DynamicPartitionCtx dpCtx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |