Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "JobInformation" page has been changed by ChiaHungLin: https://wiki.apache.org/hama/JobInformation?action=diff&rev1=26&rev2=27 A job, derived from JobInProgress, in general holds some basic information, including: * BSPJobID - * User id: See BSPJobContext.getUser() wherein configures via conf.get("user.name") + * user: See BSPJobContext.getUser() wherein configures via conf.get("user.name") - * Job file: The path to job.xml. See BSPJobClient.submitJobInternal() + * jobFile: job.xml. See BSPJobClient.submitJobInternal() + * localJobFile: a local copied jobFile. + * localJarFile: a local copied jar file. * Job name: The name of this job. * JobStatus: Mainly JobStatus.State * superstepCount:
