美文网首页
yarn的执行架构

yarn的执行架构

作者: 大数据修行 | 来源:发表于2019-06-12 17:25 被阅读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

    相关文章

      网友评论

          本文标题:yarn的执行架构

          本文链接:https://www.haomeiwen.com/subject/lxzlfctx.html