org.apache.hadoop.mapred
Interface Reporter


public interface Reporter

Passed to application code to permit alteration of status.


Method Summary
 void setStatus(String status)
          Alter the application's status description.
 

Method Detail

setStatus

public 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