Spark - 名称选项尚不清楚

发布于 2025-01-27 03:47:22 字数 95 浏览 3 评论 0原文

我不明白这个选项。似乎是执行者的最大人数。

如果群集中的节点上没有足够的内存,则该数字无需做任何事情,而执行者却少于我要求的。

有人可以澄清一下吗?

I do not understand this option. It seems like its the maximum number of executors.

If there is not enough memory on the nodes in the cluster this number is doing nothing and there are fewer executors than I'm asking for.

Can someone clarify this please?

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

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

发布评论

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

评论(1

-残月青衣踏尘吟 2025-02-03 03:47:22

选项- 在计算执行者数量的基础架构支持从工作节点上的可用内存中支持的执行者数量后,使用了NUM-EXECTOR
计算可以按照说明进行

The option --num-executors is used after we calculate the number of executors our infrastructure supports from the available memory on the worker nodes.
The calculation can be performed as stated here. This wuill let you know the number of executors supported by your hadoop infrastructure or your the queue that has been assigned to your team.

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