| Package | Description |
|---|---|
| org.apache.pig.tools.pigstats | |
| 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(java.lang.String name,
PigStats.JobGraph plan) |
| Constructor and Description |
|---|
TezDAGStats(java.lang.String name,
PigStats.JobGraph plan,
java.util.Map<java.lang.String,TezVertexStats> tezVertexStatsMap) |
TezVertexStats(java.lang.String name,
PigStats.JobGraph plan,
boolean isMapOpts) |
Copyright © 2007-2012 The Apache Software Foundation