|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapredWork | |
|---|---|
| org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
| org.apache.hadoop.hive.ql.exec.mr | |
| org.apache.hadoop.hive.ql.io | |
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.plan | |
| Uses of MapredWork in org.apache.hadoop.hive.ql.exec |
|---|
| Methods in org.apache.hadoop.hive.ql.exec that return MapredWork | |
|---|---|
static MapredWork |
Utilities.clonePlan(MapredWork plan)
Clones using the powers of XML. |
static MapredWork |
Utilities.getMapRedWork(org.apache.hadoop.conf.Configuration conf)
|
| Methods in org.apache.hadoop.hive.ql.exec with parameters of type MapredWork | |
|---|---|
static MapredWork |
Utilities.clonePlan(MapredWork plan)
Clones using the powers of XML. |
static void |
Utilities.setMapRedWork(org.apache.hadoop.conf.Configuration conf,
MapredWork w,
org.apache.hadoop.fs.Path hiveScratchDir)
|
| Uses of MapredWork in org.apache.hadoop.hive.ql.exec.mr |
|---|
| Constructors in org.apache.hadoop.hive.ql.exec.mr with parameters of type MapredWork | |
|---|---|
ExecDriver(MapredWork plan,
org.apache.hadoop.mapred.JobConf job,
boolean isSilent)
Constructor/Initialization for invocation as independent utility. |
|
| Uses of MapredWork in org.apache.hadoop.hive.ql.io |
|---|
| Methods in org.apache.hadoop.hive.ql.io with parameters of type MapredWork | |
|---|---|
void |
SymbolicInputFormat.rework(HiveConf job,
MapredWork work)
|
void |
ReworkMapredInputFormat.rework(HiveConf job,
MapredWork work)
|
| Uses of MapredWork in org.apache.hadoop.hive.ql.optimizer |
|---|
| Methods in org.apache.hadoop.hive.ql.optimizer that return MapredWork | |
|---|---|
static MapredWork |
GenMapRedUtils.getMapRedWork(ParseContext parseCtx)
create a new plan and return. |
static MapredWork |
GenMapRedUtils.getMapRedWorkFromConf(HiveConf conf)
create a new plan and return. |
| Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type MapredWork | |
|---|---|
static void |
MapJoinProcessor.genLocalWorkForMapJoin(MapredWork newWork,
MapJoinOperator newMapJoinOp,
int mapJoinPos)
|
static void |
MapJoinProcessor.genMapJoinOpAndLocalWork(HiveConf conf,
MapredWork newWork,
JoinOperator op,
int mapJoinPos)
Convert the join to a map-join and also generate any local work needed. |
| Uses of MapredWork in org.apache.hadoop.hive.ql.plan |
|---|
| Methods in org.apache.hadoop.hive.ql.plan that return MapredWork | |
|---|---|
static MapredWork |
PlanUtils.getMapRedWork()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||