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

Packages that use FileSinkDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.plan   
 

Uses of FileSinkDesc in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type FileSinkDesc
static void Utilities.mvFileToFinalPath(String specPath, Configuration hconf, boolean success, org.apache.commons.logging.Log log, DynamicPartitionCtx dpCtx, FileSinkDesc conf, Reporter reporter)
           
 

Uses of FileSinkDesc in org.apache.hadoop.hive.ql.io
 

Methods in org.apache.hadoop.hive.ql.io with parameters of type FileSinkDesc
static FileSinkOperator.RecordWriter HiveFileFormatUtils.getHiveRecordWriter(JobConf jc, TableDesc tableInfo, Class<? extends Writable> outputClass, FileSinkDesc conf, Path outPath, Reporter reporter)
           
 

Uses of FileSinkDesc in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type FileSinkDesc
 Map<FileSinkDesc,Task<? extends Serializable>> GenMRProcContext.getLinkedFileDescTasks()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type FileSinkDesc
 void GenMRProcContext.setLinkedFileDescTasks(Map<FileSinkDesc,Task<? extends Serializable>> linkedFileDescTasks)
           
 

Uses of FileSinkDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type FileSinkDesc
 List<FileSinkDesc> FileSinkDesc.getLinkedFileSinkDesc()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type FileSinkDesc
 void FileSinkDesc.setLinkedFileSinkDesc(List<FileSinkDesc> linkedFileSinkDesc)
           
 



Copyright © 2012 The Apache Software Foundation