Uses of Class
org.apache.hadoop.hive.ql.exec.FileSinkOperator

Packages that use FileSinkOperator
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.session   
 

Uses of FileSinkOperator in org.apache.hadoop.hive.ql.exec.vector
 

Subclasses of FileSinkOperator in org.apache.hadoop.hive.ql.exec.vector
 class VectorFileSinkOperator
          File Sink operator implementation.
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type FileSinkOperator
 List<FileSinkOperator> GenMRProcContext.getSeenFileSinkOps()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type FileSinkOperator
static void GenMapRedUtils.addStatsTask(FileSinkOperator nd, MoveTask mvTask, Task<? extends Serializable> currTask, HiveConf hconf)
          Add the StatsTask as a dependent task of the MoveTask because StatsTask will change the Table/Partition metadata.
static org.apache.hadoop.fs.Path GenMapRedUtils.createMoveTask(Task<? extends Serializable> currTask, boolean chDir, FileSinkOperator fsOp, ParseContext parseCtx, List<Task<MoveWork>> mvTasks, HiveConf hconf, DependencyCollectionTask dependencyTask)
          Create and add any dependent move tasks
static void GenMapRedUtils.createMRWorkForMergingFiles(FileSinkOperator fsInput, org.apache.hadoop.fs.Path finalName, DependencyCollectionTask dependencyTask, List<Task<MoveWork>> mvTasks, HiveConf conf, Task<? extends Serializable> currTask)
           
static Task<MoveWork> GenMapRedUtils.findMoveTask(List<Task<MoveWork>> mvTasks, FileSinkOperator fsOp)
           
static boolean GenMapRedUtils.isInsertInto(ParseContext parseCtx, FileSinkOperator fsOp)
          Returns true iff current query is an insert into for the given file sink
static boolean GenMapRedUtils.isMergeRequired(List<Task<MoveWork>> mvTasks, HiveConf hconf, FileSinkOperator fsOp, Task<? extends Serializable> currTask, boolean isInsertTable)
          Returns true iff the fsOp requires a merge
static void GenMapRedUtils.linkMoveTask(FileSinkOperator newOutput, ConditionalTask cndTsk, List<Task<MoveWork>> mvTasks, HiveConf hconf, DependencyCollectionTask dependencyTask)
          Make the move task in the GenMRProcContext following the FileSinkOperator a dependent of all possible subtrees branching from the ConditionalTask.
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type FileSinkOperator
 void GenMRProcContext.setSeenFileSinkOps(List<FileSinkOperator> seenFileSinkOps)
           
 

Uses of FileSinkOperator in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type FileSinkOperator
 Set<FileSinkOperator> GenTezProcContext.fileSinkSet
           
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type FileSinkOperator
 Map<FileSinkOperator,Table> ParseContext.getFsopToTable()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type FileSinkOperator
 void GenTezUtils.processFileSink(GenTezProcContext context, FileSinkOperator fileSink)
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type FileSinkOperator
 void ParseContext.setFsopToTable(Map<FileSinkOperator,Table> fsopToTable)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type FileSinkOperator
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, HashMap<String,Operator<? extends OperatorDesc>> topOps, HashMap<String,Operator<? extends OperatorDesc>> topSelOps, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx, Map<JoinOperator,QBJoinTree> joinContext, Map<SMBMapJoinOperator,QBJoinTree> smbMapJoinContext, HashMap<TableScanOperator,Table> topToTable, HashMap<TableScanOperator,Map<String,String>> topToProps, Map<FileSinkOperator,Table> fsopToTable, List<LoadTableDesc> loadTableWork, List<LoadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx, List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer, Map<GroupByOperator,Set<String>> groupOpToInputTables, Map<String,PrunedPartitionList> prunedPartitions, HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner, GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks, Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPartToSkewedPruner, Map<String,ReadEntity> viewAliasToInput, List<ReduceSinkOperator> reduceSinkOperatorsAddedByEnforceBucketingSorting, QueryProperties queryProperties)
           
 

Uses of FileSinkOperator in org.apache.hadoop.hive.ql.session
 

Methods in org.apache.hadoop.hive.ql.session with parameters of type FileSinkOperator
 void LineageState.mapDirToFop(org.apache.hadoop.fs.Path dir, FileSinkOperator fop)
          Adds a mapping from the load work to the file sink operator.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.