|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of POStore in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return POStore | |
---|---|
POStore |
ExecJob.getPOStore()
|
Uses of POStore in org.apache.pig.backend.hadoop.executionengine |
---|
Fields in org.apache.pig.backend.hadoop.executionengine declared as POStore | |
---|---|
protected POStore |
HJob.poStore
|
Methods in org.apache.pig.backend.hadoop.executionengine that return POStore | |
---|---|
POStore |
HJob.getPOStore()
|
Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type POStore | |
---|---|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
String alias)
|
|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
String alias,
PigStats stats)
|
Uses of POStore in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Fields in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with type parameters of type POStore | |
---|---|
protected List<POStore> |
Launcher.failedStores
|
protected List<POStore> |
PigMapReduce.Reduce.stores
|
protected List<POStore> |
PigMapBase.stores
|
protected List<POStore> |
Launcher.succeededStores
|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type POStore | |
---|---|
List<POStore> |
Launcher.getFailedFiles()
|
List<POStore> |
JobControlCompiler.getStores(org.apache.hadoop.mapred.jobcontrol.Job job)
Returns all store locations of a previously compiled job |
List<POStore> |
Launcher.getSucceededFiles()
|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POStore | |
---|---|
StoreFuncInterface |
MapReducePOStoreImpl.createStoreFunc(POStore store)
|
static void |
PigOutputFormat.setLocation(org.apache.hadoop.mapreduce.JobContext jobContext,
POStore store)
Before delegating calls to underlying OutputFormat or OutputCommitter Pig needs to ensure the Configuration in the JobContext contains the output location and StoreFunc for the specific store - so set these up in the context for this specific store |
void |
PhyPlanSetter.visitStore(POStore st)
|
void |
MRCompiler.visitStore(POStore op)
|
Uses of POStore in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POStore | |
---|---|
void |
PlanPrinter.visitStore(POStore op)
|
void |
PhyPlanVisitor.visitStore(POStore st)
|
Uses of POStore in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POStore | |
---|---|
abstract StoreFuncInterface |
POStoreImpl.createStoreFunc(POStore store)
Set up the storer |
Uses of POStore in org.apache.pig.backend.hadoop.executionengine.physicalLayer.util |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.util that return types with arguments of type POStore | |
---|---|
static LinkedList<POStore> |
PlanHelper.getStores(PhysicalPlan plan)
Get all the store operators in the plan in the right dependency order |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |