Package | Description |
---|---|
org.apache.pig.tools.pigstats | |
org.apache.pig.tools.pigstats.spark | |
org.apache.pig.tools.pigstats.tez |
Modifier and Type | Field and Description |
---|---|
protected PigStats.JobGraph |
PigStats.jobPlan |
Modifier and Type | Method and Description |
---|---|
PigStats.JobGraph |
PigStats.getJobGraph()
Returns the DAG of jobs spawned by the script
|
PigStats.JobGraph |
EmptyPigStats.getJobGraph() |
Constructor and Description |
---|
JobStats(String name,
PigStats.JobGraph plan) |
Constructor and Description |
---|
SparkJobStats(int jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
SparkJobStats(String jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
TezDAGStats(String name,
PigStats.JobGraph plan,
Map<String,TezVertexStats> tezVertexStatsMap,
StringBuilder tezDAGPlan) |
TezVertexStats(String name,
PigStats.JobGraph plan,
boolean isMapOpts) |
Copyright © 2007-2017 The Apache Software Foundation