org.apache.hadoop.hive.ql.exec
Class AutoProgressor

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.AutoProgressor

public class AutoProgressor
extends Object

AutoProgressor periodically sends updates to the job tracker so that it doesn't consider this task attempt dead if there is a long period of inactivity. This can be configured with a timeout so that it doesn't run indefinitely.


Method Summary
 void go()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

go

public void go()


Copyright © 2014 The Apache Software Foundation. All rights reserved.