|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadEntity | |
---|---|
org.apache.hadoop.hive.ql.hooks | |
org.apache.hadoop.hive.ql.optimizer | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan |
Uses of ReadEntity in org.apache.hadoop.hive.ql.hooks |
---|
Method parameters in org.apache.hadoop.hive.ql.hooks with type arguments of type ReadEntity | |
---|---|
void |
PostExecute.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
The run command that is called just before the execution of the query. |
void |
PreExecute.run(SessionState sess,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
org.apache.hadoop.security.UserGroupInformation ugi)
The run command that is called just before the execution of the query. |
Uses of ReadEntity in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type ReadEntity | |
---|---|
Set<ReadEntity> |
GenMRProcContext.getInputs()
Get the input set. |
Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type ReadEntity | |
---|---|
GenMRProcContext(HiveConf conf,
HashMap<Operator<? extends Serializable>,Task<? extends Serializable>> opTaskMap,
List<Operator<? extends Serializable>> seenOps,
ParseContext parseCtx,
List<Task<? extends Serializable>> mvTask,
List<Task<? extends Serializable>> rootTasks,
LinkedHashMap<Operator<? extends Serializable>,GenMRProcContext.GenMapRedCtx> mapCurrCtx,
Set<ReadEntity> inputs,
Set<WriteEntity> outputs)
|
Uses of ReadEntity in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse with type parameters of type ReadEntity | |
---|---|
protected Set<ReadEntity> |
BaseSemanticAnalyzer.inputs
ReadEntitites that are passed to the hooks. |
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type ReadEntity | |
---|---|
Set<ReadEntity> |
BaseSemanticAnalyzer.getInputs()
|
Uses of ReadEntity in org.apache.hadoop.hive.ql.plan |
---|
Fields in org.apache.hadoop.hive.ql.plan with type parameters of type ReadEntity | |
---|---|
protected Set<ReadEntity> |
moveWork.inputs
ReadEntitites that are passed to the hooks. |
protected Set<ReadEntity> |
DDLWork.inputs
ReadEntitites that are passed to the hooks. |
Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type ReadEntity | |
---|---|
Set<ReadEntity> |
moveWork.getInputs()
|
Set<ReadEntity> |
DDLWork.getInputs()
|
Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type ReadEntity | |
---|---|
void |
moveWork.setInputs(Set<ReadEntity> inputs)
|
void |
DDLWork.setInputs(Set<ReadEntity> inputs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |