| 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(java.lang.String name,
        PigStats.JobGraph plan) | 
| Constructor and Description | 
|---|
| SparkJobStats(int jobId,
             PigStats.JobGraph plan,
             org.apache.hadoop.conf.Configuration conf) | 
| SparkJobStats(java.lang.String jobId,
             PigStats.JobGraph plan,
             org.apache.hadoop.conf.Configuration conf) | 
| Constructor and Description | 
|---|
| TezDAGStats(java.lang.String name,
           PigStats.JobGraph plan,
           java.util.Map<java.lang.String,TezVertexStats> tezVertexStatsMap,
           java.lang.StringBuilder tezDAGPlan) | 
| TezVertexStats(java.lang.String name,
              PigStats.JobGraph plan,
              boolean isMapOpts) | 
Copyright © 2007-2025 The Apache Software Foundation