Uses of Class
org.apache.hadoop.hive.ql.plan.DynamicPartitionCtx

Packages that use DynamicPartitionCtx
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
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(String specPath, org.apache.hadoop.conf.Configuration hconf, boolean success, org.apache.commons.logging.Log log, DynamicPartitionCtx dpCtx, FileSinkDesc conf)
           
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.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, int numFiles, int totalFiles, ArrayList<ExprNodeDesc> partitionCols, DynamicPartitionCtx dpCtx)
           
LoadTableDesc(String sourceDir, String tmpDir, TableDesc table, DynamicPartitionCtx dpCtx)
           
 



Copyright © 2011 The Apache Software Foundation