org.apache.hadoop.mapred
Interface Reporter

All Superinterfaces:
Progressable

public interface Reporter
extends Progressable

Passed to application code to permit alteration of status.


Method Summary
 void setStatus(String status)
          Alter the application's status description.
 
Methods inherited from interface org.apache.hadoop.util.Progressable
progress
 

Method Detail

setStatus

void setStatus(String status)
               throws IOException
Alter the application's status description.

Parameters:
status - a brief description of the current status
Throws:
IOException


Copyright © 2006 The Apache Software Foundation