While I can get JobStatus with this:

JobClient client = new JobClient(new JobConf(conf));
JobStatus[] jobStatuses = client.getAllJobs();


I don't see any way to get user-specified Job name.

Please help. Thanks.

Reply via email to