|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Public @InterfaceStability.Stable public interface PigProgressable
Pig's progress indicator. An implemenation of this interface is passed to UDFs to allow them to send heartbeats. By default Hadoop will kill a task if it does not receive a heartbeat every 600 seconds. Any operation that may take more than this should call progress on a regular basis.
Method Summary | |
---|---|
void |
progress()
Report progress. |
void |
progress(String msg)
Report progress with a message. |
Method Detail |
---|
void progress()
void progress(String msg)
msg
- message to send with progress report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |