@InterfaceAudience.Public @InterfaceStability.Evolving public class PigStatusReporter extends org.apache.hadoop.mapreduce.StatusReporter implements org.apache.hadoop.util.Progressable
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
org.apache.hadoop.mapreduce.Counter |
getCounter(java.lang.Enum<?> name)
Deprecated.
use
incrCounter(java.lang.Enum<?>, long) instead.
This method returns MR counter which is not compatible with Tez mode. Use
incrCounter() that is compatible with both MR and Tez mode. |
org.apache.hadoop.mapreduce.Counter |
getCounter(java.lang.String group,
java.lang.String name)
Deprecated.
use
incrCounter(java.lang.Enum<?>, long) instead.
This method returns MR counter which is not compatible with Tez mode. Use
incrCounter() that is compatible with both MR and Tez mode. |
static PigStatusReporter |
getInstance()
Get singleton instance of the context
|
float |
getProgress() |
boolean |
incrCounter(java.lang.Enum<?> name,
long incr) |
boolean |
incrCounter(java.lang.String group,
java.lang.String name,
long incr) |
void |
progress() |
void |
setContext(TaskContext<?> context) |
void |
setStatus(java.lang.String status) |
public static PigStatusReporter getInstance()
public void destroy()
public void setContext(TaskContext<?> context)
@Deprecated public org.apache.hadoop.mapreduce.Counter getCounter(java.lang.Enum<?> name)
incrCounter(java.lang.Enum<?>, long) instead.
This method returns MR counter which is not compatible with Tez mode. Use
incrCounter() that is compatible with both MR and Tez mode.getCounter in class org.apache.hadoop.mapreduce.StatusReporter@Deprecated
public org.apache.hadoop.mapreduce.Counter getCounter(java.lang.String group,
java.lang.String name)
incrCounter(java.lang.Enum<?>, long) instead.
This method returns MR counter which is not compatible with Tez mode. Use
incrCounter() that is compatible with both MR and Tez mode.getCounter in class org.apache.hadoop.mapreduce.StatusReporterpublic boolean incrCounter(java.lang.Enum<?> name,
long incr)
public boolean incrCounter(java.lang.String group,
java.lang.String name,
long incr)
public void progress()
progress in interface org.apache.hadoop.util.Progressableprogress in class org.apache.hadoop.mapreduce.StatusReporterpublic void setStatus(java.lang.String status)
setStatus in class org.apache.hadoop.mapreduce.StatusReporterpublic float getProgress()
getProgress in class org.apache.hadoop.mapreduce.StatusReporterCopyright © 2007-2012 The Apache Software Foundation