Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The "TaskInProgress" page has been changed by ChiaHungLin:
https://wiki.apache.org/hama/TaskInProgress

New page:
TaskInProgress // All information should be exported to monitor system. <<BR>>
  --(Configuration conf;// defined in JobInProgress.)-- <<BR>>

  --(static final int MAX_TASK_EXECS = 1;// defined in JobInProgress.)-- <<BR>>
  --(int maxTaskAttempts = 4;// defined in JobInProgress)-- <<BR>>
  --(AtomicBoolean failed = new AtomicBoolean(false); )--<<BR>>
  int NUM_ATTEMPTS_PER_RESTART = 1000; <<BR>>

  private String jobFile = null; <<BR>>
  private int partition; <<BR>>
  private TaskID id; <<BR>>
  private JobInProgress job; <<BR>>
  private int completes = 0; <<BR>>

  private GroomServerStatus myGroomStatus = null; <<BR>>

  private long startTime = 0; <<BR>>
  private int successEventNumber = -1; <<BR>>

  // The 'next' usable taskid of this tip
  int nextTaskId = 0; <<BR>>

  

Reply via email to