public class TezPigScriptStats extends PigStats
PigStats.JobGraph, PigStats.JobGraphPrinter
aliasOuputMap, DATE_FORMAT, endTime, errorCode, errorMessage, errorThrowable, jobPlan, pigContext, returnCode, startTime, userId
Constructor and Description |
---|
TezPigScriptStats(PigContext pigContext) |
Modifier and Type | Method and Description |
---|---|
void |
accumulateStats(TezJob tezJob)
Updates the statistics after a DAG is finished.
|
TezDAGStats |
addTezJobStatsForNative(java.lang.String dagName,
NativeTezOper tezOper,
boolean success) |
void |
finish() |
java.util.List<java.lang.String> |
getAllErrorMessages() |
java.util.Map<java.lang.String,java.util.List<PigStats>> |
getAllStats() |
org.apache.hadoop.mapred.JobClient |
getJobClient() |
long |
getProactiveSpillCountObjects()
Returns the total number of bags that spilled proactively
|
long |
getProactiveSpillCountRecords()
Returns the total number of records that spilled proactively
|
long |
getSMMSpillCount()
Returns the total spill counts from
SpillableMemoryManager . |
TezVertexStats |
getVertexStats(java.lang.String dagName,
java.lang.String vertexName) |
void |
initialize(TezPlanContainer tezPlanContainer) |
boolean |
isEmbedded() |
get, getBytesWritten, getDuration, getErrorCode, getErrorMessage, getErrorThrowable, getFeatures, getFileName, getHadoopVersion, getInputStats, getJobGraph, getNumberBytes, getNumberFailedJobs, getNumberJobs, getNumberRecords, getNumberSuccessfulJobs, getOutputAlias, getOutputLocations, getOutputNames, getOutputStats, getPigContext, getPigProperties, getPigVersion, getRecordWritten, getReturnCode, getScriptId, isSuccessful, result, setBackendException, setErrorCode, setErrorMessage, setErrorThrowable, setReturnCode, start, start, stop
public TezPigScriptStats(PigContext pigContext)
public void initialize(TezPlanContainer tezPlanContainer)
public void finish()
public void accumulateStats(TezJob tezJob) throws java.io.IOException
java.io.IOException
public TezDAGStats addTezJobStatsForNative(java.lang.String dagName, NativeTezOper tezOper, boolean success)
public TezVertexStats getVertexStats(java.lang.String dagName, java.lang.String vertexName)
public boolean isEmbedded()
isEmbedded
in class PigStats
public org.apache.hadoop.mapred.JobClient getJobClient()
getJobClient
in class PigStats
public java.util.Map<java.lang.String,java.util.List<PigStats>> getAllStats()
getAllStats
in class PigStats
public java.util.List<java.lang.String> getAllErrorMessages()
getAllErrorMessages
in class PigStats
public long getSMMSpillCount()
PigStats
SpillableMemoryManager
.getSMMSpillCount
in class PigStats
public long getProactiveSpillCountObjects()
PigStats
getProactiveSpillCountObjects
in class PigStats
public long getProactiveSpillCountRecords()
PigStats
getProactiveSpillCountRecords
in class PigStats
Copyright © 2007-2012 The Apache Software Foundation