@(job: spark.deploy.master.JobInfo) @job.id @job.desc.name @job.coresGranted Granted @if(job.desc.cores == Integer.MAX_VALUE) { } else { , @job.coresLeft } @job.desc.memoryPerSlave @job.submitDate @job.desc.user @job.state.toString()