public JobController(MasterContext context,Master master,String jobId){
this.jobId=jobId;
this.jobHistoryManager=context.getJobHistoryManager();
groupManager=context.getGroupManager();
this.cache=new CacheJobDescriptor(jobId,groupManager);
this.master=master;
this.context=context;
registerEventTypes(Events.Initialize);
}