读书笔记:Apache Hadoop YARN: Yet Anothe Resource Negotiator

     YARN的(最)重要论文

    原MapReduce的问题(Hadoop1.0)也就是YARN要解决的问题:

    1,tight coupling of a specific programming model with resource management infrastructure, forcing developers to abuse the Mapreduce programming model

    2,centralize handling of jobs' control flow, which resulted in endliess scalability conerns for the scheduler

 

    所以开发了YARN:The new architecture decouples the programming model from the resource management infrastructure and delegate many scheduling functions(e,., task fault-tolerance) to per-application components.

 

    对YARN的需求:

        1,Scalability

        2,Multi-tanancy

        3,Serviceability

        4,Locality awareness

        5,High Cluster Utilization

        6,Reliability/Aailability

        7,Secure and auditable operation

        8,Support for programming model diversity

        9,Flexible Resource Model

        10,Backword compatibility

 

    YARN构成:

        Resource Manager(RM): A deamon on a dedicated machine and act as the central authoirty arbitrating resource among various competing applications

        Application Master(AM): Coodinates the logical plan of a single job by requesting resources from the the RM, generating a physical plan from the resource it recieves and coodinating the execution of the plan around faults.

        Node Manager(NM): A special system deamon running on each node.

 

    关键点:

        The RM dynamically allocate leases-called containers - to applications to run on particular nodes. The container is a logical bundle of resource(e.g., <2GB RAM , 1CPU>) bound to particular node.

        All containers in YARN - including AMs are described by a container lauch contest(CLC) 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值