阅读338 返回首页    go 阿里云 go 技术社区[云栖]


读书笔记:Fuxi: a Fault-Tolerant Resource Management and Job Scheduling System at Internet Scale

    此文是关于阿里云伏羲平台的论文,一些感兴趣的点:
    Fuxi:a resouce management and job scheduling system. (我感觉是基于YARN做的,很像YARN)
        1, An incremental resource management protocol
        2, A user-transparent failure recovery
        3, A  effective (faulty-node) detection mechanism and a mlti-level blacklisting schema
    
    Fuxi (FuxiMaster, AppMaster, Tubo) <>YARN(ResourceManager, AppMaster, NodeManager)

    Fuxi 与 YARN区别:
        1,Fuxi seperates the notion of task(the application process  that performs the actual work) and container(the unit of resource grant). Once an application master receives an grant , it explicitly controls its life-cycle and may reuse the container to run multiple tasks.
        2,Lcality tree based scheduling. 

    

最后更新:2017-08-19 01:33:16

  上一篇:go  读书笔记:Apache Hadoop YARN: Yet Anothe Resource Negotiator
  下一篇:go  SVN版本管理系统的安装 CentOS + Subversion + Apache + Jsvnadmin