|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PigStats in org.apache.pig |
---|
Methods in org.apache.pig that return PigStats | |
---|---|
protected PigStats |
PigServer.launchPlan(PhysicalPlan pp,
String jobName)
A common method for launching the jobs according to the physical plan |
static PigStats |
PigRunner.run(String[] args,
PigProgressNotificationListener listener)
|
Methods in org.apache.pig with parameters of type PigStats | |
---|---|
protected List<ExecJob> |
PigServer.getJobs(PigStats stats)
Retrieves a list of Job objects from the PigStats object |
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,
POStore store,
String alias,
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.scripting |
---|
Methods in org.apache.pig.scripting that return PigStats | |
---|---|
PigStats |
BoundScript.runSingle()
Run a pipeline on Hadoop. |
PigStats |
BoundScript.runSingle(Properties prop)
Run a pipeline on Hadoop. |
PigStats |
BoundScript.runSingle(String propfile)
Run a pipeline on Hadoop. |
Methods in org.apache.pig.scripting that return types with arguments of type PigStats | |
---|---|
protected Map<String,List<PigStats>> |
ScriptEngine.getPigStatsMap()
Gets the collection of PigStats after the script is run. |
protected abstract Map<String,List<PigStats>> |
ScriptEngine.main(PigContext context,
String scriptFile)
Actually runs the script file. |
List<PigStats> |
BoundScript.run()
Run multiple instances of bound pipeline on Hadoop in parallel. |
Map<String,List<PigStats>> |
ScriptEngine.run(PigContext pigContext,
String scriptFile)
Runs a script file. |
List<PigStats> |
BoundScript.run(Properties prop)
Run multiple instances of bound pipeline on Hadoop in parallel. |
List<PigStats> |
BoundScript.run(String propfile)
Run multiple instances of bound pipeline on Hadoop in parallel. |
Uses of PigStats in org.apache.pig.scripting.js |
---|
Methods in org.apache.pig.scripting.js that return types with arguments of type PigStats | |
---|---|
protected Map<String,List<PigStats>> |
JsScriptEngine.main(PigContext pigContext,
String scriptFile)
|
Uses of PigStats in org.apache.pig.scripting.jython |
---|
Methods in org.apache.pig.scripting.jython that return types with arguments of type PigStats | |
---|---|
protected Map<String,List<PigStats>> |
JythonScriptEngine.main(PigContext pigContext,
String scriptFile)
|
Uses of PigStats in org.apache.pig.tools.pigstats |
---|
Methods in org.apache.pig.tools.pigstats that return PigStats | |
---|---|
static PigStats |
PigStats.get()
|
static PigStats |
PigStatsUtil.getEmptyPigStats()
Returns an empty PigStats object |
static PigStats |
PigStatsUtil.getPigStats(int code)
Returns the PigStats with the given return code |
Methods in org.apache.pig.tools.pigstats that return types with arguments of type PigStats | |
---|---|
abstract Map<String,List<PigStats>> |
PigStats.getAllStats()
|
Methods in org.apache.pig.tools.pigstats with parameters of type PigStats | |
---|---|
static JobStats |
PigStatsUtil.addNativeJobStats(PigStats ps,
NativeMapReduceOper mr,
boolean success)
|
static JobStats |
PigStatsUtil.addNativeJobStats(PigStats ps,
NativeMapReduceOper mr,
boolean success,
Exception e)
|
Method parameters in org.apache.pig.tools.pigstats with type arguments of type PigStats | |
---|---|
static void |
PigStatsUtil.setStatsMap(Map<String,List<PigStats>> statsMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |