|
||||||||||
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> |
PigGenericMapReduce.Reduce.stores
|
protected List<POStore> |
PigGenericMapBase.stores
|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type POStore | |
---|---|
List<POStore> |
JobControlCompiler.getStores(org.apache.hadoop.mapred.jobcontrol.Job job)
Returns all store locations of a previously compiled job |
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POStore | |
---|---|
org.apache.hadoop.mapreduce.Counter |
MapReducePOStoreImpl.createRecordCounter(POStore store)
|
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)
|
Constructor parameters in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with type arguments of type POStore | |
---|---|
PigOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context,
List<POStore> mapStores,
List<POStore> reduceStores)
|
|
PigOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context,
List<POStore> mapStores,
List<POStore> reduceStores)
|
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 |
Uses of POStore in org.apache.pig.pen |
---|
Methods in org.apache.pig.pen with parameters of type POStore | |
---|---|
void |
IllustratorAttacher.visitStore(POStore st)
|
Uses of POStore in org.apache.pig.tools.pigstats |
---|
Methods in org.apache.pig.tools.pigstats that return POStore | |
---|---|
POStore |
OutputStats.getPOStore()
|
Methods in org.apache.pig.tools.pigstats with parameters of type POStore | |
---|---|
static String |
PigStatsUtil.getMultiStoreCounterName(POStore store)
Returns the counter name for the given POStore |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |