|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||