Modifier and Type | Method and Description |
---|---|
POStore |
ExecJob.getPOStore() |
Modifier and Type | Field and Description |
---|---|
protected POStore |
HJob.poStore |
Modifier and Type | Method and Description |
---|---|
POStore |
HJob.getPOStore() |
Constructor and Description |
---|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
java.lang.String alias) |
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
POStore store,
java.lang.String alias,
PigStats stats) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<POStore> |
PigGenericMapReduce.Reduce.stores |
protected java.util.List<POStore> |
PigGenericMapBase.stores |
Modifier and Type | Method and Description |
---|---|
java.util.List<POStore> |
JobControlCompiler.getStores(org.apache.hadoop.mapred.jobcontrol.Job job)
Returns all store locations of a previously compiled job
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Counter |
MapReducePOStoreImpl.createRecordCounter(POStore store) |
StoreFuncInterface |
MapReducePOStoreImpl.createStoreFunc(POStore store) |
long |
PigStatsOutputSizeReader.getOutputSize(POStore sto,
org.apache.hadoop.conf.Configuration conf)
Returns the size of output in bytes.
|
long |
FileBasedOutputSizeReader.getOutputSize(POStore sto,
org.apache.hadoop.conf.Configuration conf)
Returns the total size of output files in bytes
|
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
|
static org.apache.hadoop.mapreduce.JobContext |
PigOutputCommitter.setUpContext(org.apache.hadoop.mapreduce.JobContext context,
POStore store) |
static void |
PigOutputCommitter.storeCleanup(POStore store,
org.apache.hadoop.conf.Configuration conf) |
boolean |
PigStatsOutputSizeReader.supports(POStore sto)
Returns whether the given PSStore is supported by this output size reader
or not.
|
boolean |
FileBasedOutputSizeReader.supports(POStore sto)
Returns whether the given POStore is supported by this output size reader
or not.
|
void |
PhyPlanSetter.visitStore(POStore st) |
void |
MRCompiler.visitStore(POStore op) |
Constructor and Description |
---|
PigOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context,
java.util.List<POStore> mapStores,
java.util.List<POStore> reduceStores) |
PigOutputCommitter(org.apache.hadoop.mapreduce.TaskAttemptContext context,
java.util.List<POStore> mapStores,
java.util.List<POStore> reduceStores) |
Modifier and Type | Method and Description |
---|---|
void |
PlanPrinter.visitStore(POStore op) |
void |
PhyPlanVisitor.visitStore(POStore st) |
Modifier and Type | Method and Description |
---|---|
abstract StoreFuncInterface |
POStoreImpl.createStoreFunc(POStore store)
Set up the storer
|
Modifier and Type | Method and Description |
---|---|
void |
IllustratorAttacher.visitStore(POStore st) |
Modifier and Type | Method and Description |
---|---|
POStore |
OutputStats.getPOStore() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
PigStatsUtil.getMultiStoreCounterName(POStore store)
Returns the counter name for the given
POStore |
Copyright © 2007-2012 The Apache Software Foundation