What is a container in YARN?

后端 未结 9 889
夕颜
夕颜 2020-12-13 04:06

What is a container in YARN? Is it same as the child JVM in which the tasks on the nodemanager run or is it different?

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 04:35

    In simple terms, Container is a place where a YARN application is run. It is available in each node. Application Master negotiates container with the scheduler(one of the component of Resource Manager). Containers are launched by Node Manager.

提交回复
热议问题