Hadoop Job提交流程及涉及的关键进程

1、hadoop集群中主要进程有 master:   ResourceManager  NameNode slaves:   DataNode,NodeManager,RunJar,MRAppMaster,YarnChild 1)     其中 RunJar(提交器),MRAppMaster,YarnChild与随着某个job的创建而创建,随着job的完成而终止。 它们的作用分别是: RunJar
相关文章
相关标签/搜索