Changed Classes |
JobControlCompiler
|
This is compiler class that takes an MROperPlan and converts it into a JobControl object with the relevant dependency info maintained. |
Launcher
|
|
MRCompiler
|
The compiler that compiles a given physical plan into a DAG of MapReduce operators which can then be converted into the JobControl structure. |
MapReduceOper
|
An operator model for a Map Reduce job. |
MapReducePOStoreImpl
|
This class is used to have a POStore write to DFS via a output collector/record writer. |
PhyPlanSetter
|
Sets the parent plan for all Physical Operators. |
PigMapBase
|
|