org.apache.pig.tools.pigstats
Class PigStats
java.lang.Object
org.apache.pig.tools.pigstats.PigStats
public class PigStats
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PigStats
public PigStats()
setMROperatorPlan
public void setMROperatorPlan(MROperPlan mrp)
setJobControl
public void setJobControl(org.apache.hadoop.mapred.jobcontrol.JobControl jc)
setJobClient
public void setJobClient(org.apache.hadoop.mapred.JobClient jobClient)
getMRPlan
public String getMRPlan()
setExecType
public void setExecType(ExecType mode)
setPhysicalPlan
public void setPhysicalPlan(PhysicalPlan php)
getPhysicalPlan
public String getPhysicalPlan()
accumulateStats
public Map<String,Map<String,String>> accumulateStats()
throws ExecException
- Throws:
ExecException
getRootJobIDs
public List<String> getRootJobIDs()
getPigStats
public Map<String,Map<String,String>> getPigStats()
getRecordsWritten
public long getRecordsWritten()
getBytesWritten
public long getBytesWritten()
Copyright © ${year} The Apache Software Foundation