YARN中的容器是什么? [英] What is a container in YARN?

查看:69
本文介绍了YARN中的容器是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

YARN中的容器是什么?它与nodemanager上的任务运行的子JVM相同吗?

解决方案

它代表一个资源内存)。
一个容器是由节点管理器监控的


  • li>
  • 由资源管理器计划


一个MR任务在这样的


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?

解决方案

It represents a resource (memory) on a single node at a given cluster.
A container is

  • supervised by the node manager
  • scheduled by the resource manager

One MR task runs in such container(s).

这篇关于YARN中的容器是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆