You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by Apache Wiki <wi...@apache.org> on 2014/02/10 05:47:02 UTC

[Hama Wiki] Trivial Update of "JobInProgress" by ChiaHungLin

Dear Wiki user,

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

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

New page:

JobInProgress

  JobProifile
    String user
    BSPJobID jobid
    String jobFile
    String jobName

  JobStatus
    BSPJobID jobid;
    long progress;
    long cleanupProgress;  // % of cleanup()
    long setupProgress;// % of setup()
    State state;// runState in enum
    int runState;
    long startTime;
    --String schedulingInfo = "NA"; // no use. remove.--
    String user;
    long superstepCount;
    --String name; // no use. remove.--
    int tasks;
    long finishTime;
    Counters counter;