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.parse   
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(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)
           
 

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(org.apache.hadoop.mapred.JobConf jc, TableDesc tableInfo, Class<? extends org.apache.hadoop.io.Writable> outputClass, FileSinkDesc conf, org.apache.hadoop.fs.Path outPath, org.apache.hadoop.mapred.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()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type FileSinkDesc
static MapWork GenMapRedUtils.createRCFileMergeTask(FileSinkDesc fsInputDesc, org.apache.hadoop.fs.Path finalName, boolean hasDynamicPartitions)
          Create a block level merge task for RCFiles.
static boolean GenMapRedUtils.isSkewedStoredAsDirs(FileSinkDesc fsInputDesc)
          check if it is skewed table and stored as dirs.
 

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.parse
 

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type FileSinkDesc
 Map<org.apache.hadoop.fs.Path,List<FileSinkDesc>> GenTezProcContext.linkedFileSinks
           
 

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 © 2014 The Apache Software Foundation. All rights reserved.