MapReduce程序在yarn上啓動運行過程

 客戶端提交mr程序job的流程: 1,客戶端提交job後(job.submit()),Yarn的ResourceManager會返回本次所提交的job的提交路徑(hdfs://xxx../staging)和jobid,然後拼接爲一個job的資源提交路徑 (hdfs://…./staging/jobid) 2,然後會將  1)job的切片規劃(調用FileInputFormat.getSplits
相關文章
相關標籤/搜索