|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PigStats in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return PigStats | |
---|---|
PigStats |
ExecJob.getStatistics()
Can be information about the state (not submitted, e.g. |
Uses of PigStats in org.apache.pig.backend.hadoop.executionengine |
---|
Methods in org.apache.pig.backend.hadoop.executionengine that return PigStats | |
---|---|
PigStats |
HJob.getStatistics()
|
Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type PigStats | |
---|---|
HJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
FileSpec outFileSpec,
PigStats stats)
|
Uses of PigStats in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return PigStats | |
---|---|
PigStats |
MapReduceLauncher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
|
abstract PigStats |
Launcher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
Method to launch pig for hadoop either for a cluster's job tracker or for a local job runner. |
Uses of PigStats in org.apache.pig.backend.local.executionengine |
---|
Methods in org.apache.pig.backend.local.executionengine that return PigStats | |
---|---|
PigStats |
LocalJob.getStatistics()
|
PigStats |
LocalPigLauncher.launchPig(PhysicalPlan php,
String grpName,
PigContext pc)
|
Constructors in org.apache.pig.backend.local.executionengine with parameters of type PigStats | |
---|---|
LocalJob(ExecJob.JOB_STATUS status,
PigContext pigContext,
FileSpec outFileSpec,
PigStats stats)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |