|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.StatusReporter
org.apache.pig.tools.pigstats.PigStatusReporter
@InterfaceAudience.Public @InterfaceStability.Evolving public class PigStatusReporter
Method Summary | |
---|---|
void |
destroy()
|
org.apache.hadoop.mapreduce.Counter |
getCounter(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(String group,
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(Enum<?> name,
long incr)
|
boolean |
incrCounter(String group,
String name,
long incr)
|
void |
progress()
|
void |
setContext(TaskContext<?> context)
|
void |
setStatus(String status)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PigStatusReporter getInstance()
public void destroy()
public void setContext(TaskContext<?> context)
@Deprecated public org.apache.hadoop.mapreduce.Counter getCounter(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(String group, 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.StatusReporter
public boolean incrCounter(Enum<?> name, long incr)
public boolean incrCounter(String group, String name, long incr)
public void progress()
progress
in interface org.apache.hadoop.util.Progressable
progress
in class org.apache.hadoop.mapreduce.StatusReporter
public void setStatus(String status)
setStatus
in class org.apache.hadoop.mapreduce.StatusReporter
public float getProgress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |