yarn的执行架构
2019-06-12 本文已影响0人
大数据修行
1.Client 提交一个job
2.ResourceManager分配资源,在NodeManager上启动AppMaster
3.AppMaster在RecourceManager上面进行注册,RecourceManager和AppMaster进行通信
4.Appmaster计算job需要的资源,然后向RecourceManager请求资源
5.RecourceManager根据AppMaster的信息,分配资源给NodeManager进行启动Container
6.Container运行task