Protocol that a JobClient and the central JobTracker use to communicate. The JobClient can use these methods to submit a Job for execution, and learn about the current system status.
YARNRunner 实现jobtracker功能
submitJob(JobID jobId, String jobSubmitDir, Credentials ts)