|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POFRJoin | |
---|---|
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans |
Uses of POFRJoin in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POFRJoin | |
---|---|
void |
PhyPlanSetter.visitFRJoin(POFRJoin join)
|
void |
MRCompiler.visitFRJoin(POFRJoin op)
This is an operator which will have multiple inputs(= to number of join inputs) But it prunes off all inputs but the fragment input and creates separate MR jobs for each of the replicated inputs and uses these as the replicated files that are configured in the POFRJoin operator. |
Uses of POFRJoin in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POFRJoin | |
---|---|
void |
PhyPlanVisitor.visitFRJoin(POFRJoin join)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |