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?action=diff&rev1=14&rev2=15 int numBSPTasks; <<BR>> --(int clusterSize;// not use)-- <<BR>> --(String jobSplit; // dir where files are split.)-- <<BR>> - String[] masters; // newly added, indicting which master currently deals with this job. <<BR>> + String master; // newly added, indicting which master currently deals with this job. // job to master relation is many to one <<BR>> + + Path inputPath; // newly added. input dir. should be the same as jobSplit. JobProifile <<BR>> String user <<BR>>
