org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
Class ProgressableReporter
java.lang.Object
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.ProgressableReporter
- All Implemented Interfaces:
- PigProgressable
public class ProgressableReporter
- extends Object
- implements PigProgressable
Method Summary |
void |
progress()
Report progress. |
void |
progress(String msg)
Report progress with a message. |
void |
setRep(org.apache.hadoop.mapreduce.TaskAttemptContext rep)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressableReporter
public ProgressableReporter()
ProgressableReporter
public ProgressableReporter(org.apache.hadoop.mapreduce.TaskAttemptContext rep)
progress
public void progress()
- Description copied from interface:
PigProgressable
- Report progress.
- Specified by:
progress
in interface PigProgressable
progress
public void progress(String msg)
- Description copied from interface:
PigProgressable
- Report progress with a message.
- Specified by:
progress
in interface PigProgressable
- Parameters:
msg
- message to send with progress report.
setRep
public void setRep(org.apache.hadoop.mapreduce.TaskAttemptContext rep)
Copyright © 2007-2012 The Apache Software Foundation