在Docker容器中运行Node Manager并添加到现有的Hadoop群集中

发布于 2025-01-30 03:27:36 字数 100 浏览 3 评论 0 原文

我已经使用Ambari创建了一个Hadoop群集,现在我需要在新的VM上创建一个Docker,该Docker需要加入此Hadoop群集,并且Docker容器应运行NodeManager。

I have created a hadoop cluster using ambari , now on a new vm i need to create a docker which needs to join this hadoop cluster and the docker container should be running the nodemanager.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一瞬间的火花 2025-02-06 03:27:36

Docker不应该运行NodeManager。这将有效地导致内存受约束的环境负责进一步的内存约束JVM容器。

NodeManager应直接安装在主机OS上。然后可以将纱线配置为运行docker容器 -

另外,尤尼科恩(Yunikorn /Yunikorn.apache.org/“ rel =” nofollow noreferrer“> https://yunikorn.apache.org/

(Ambari死了,Kubernetes是数据分析的当前未来, )

Docker shouldn't run a Nodemanager. That would effectively cause a memory constrained environment to be responsible for further memory constrained JVM containers.

A Nodemanager should be installed directly on the host OS. Then YARN can be configured to run Docker containers - https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/DockerContainers.html

Alternatively, YuniKorn just became a top level Apache Project - https://yunikorn.apache.org/

(Ambari is dead, Kubernetes is the current future for data analytics cluster configuration, installation, and application deployments)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文