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

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

问题描述

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

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

  • 由节点管理器监督
  • 由资源经理安排

一个 MR 任务在这样的容器中运行.

One MR task runs in such container(s).

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

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