super((jobid = new JobID(jtIdentifier, jobCounter ++)), jc, jt);
Path jobFile = new Path("Dummy");
this.profile = new JobProfile(jc.getUser(), jobid,
jobFile.toString(), null, jc.getJobName(),
jc.getQueueName());
this.jobHistory = new FakeJobHistory();
}