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.