Package | Description |
---|---|
org.apache.pig.backend.hadoop.executionengine.spark | |
org.apache.pig.tools.pigstats | |
org.apache.pig.tools.pigstats.spark | |
org.apache.pig.tools.pigstats.tez |
Modifier and Type | Method and Description |
---|---|
SparkJobStats |
Spark1Shims.sparkJobStats(int jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
abstract SparkJobStats |
SparkShims.sparkJobStats(int jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
SparkJobStats |
Spark2Shims.sparkJobStats(int jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
SparkJobStats |
Spark1Shims.sparkJobStats(java.lang.String jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
abstract SparkJobStats |
SparkShims.sparkJobStats(java.lang.String jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
SparkJobStats |
Spark2Shims.sparkJobStats(java.lang.String jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
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 |
---|
Spark1JobStats(int jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
Spark1JobStats(java.lang.String jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
Spark2JobStats(int jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
Spark2JobStats(java.lang.String jobId,
PigStats.JobGraph plan,
org.apache.hadoop.conf.Configuration conf) |
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-2017 The Apache Software Foundation