美文网首页
Spark On Yarn 中Executor 内存分配的机制

Spark On Yarn 中Executor 内存分配的机制

作者: 团团饱饱 | 来源:发表于2020-01-07 19:15 被阅读0次

百度了无数篇文章,只有这篇文章能完美解释spark client 模式和cluster 模式资源不用。非常完美

<property>

    <name>yarn.scheduler.minimum-allocation-mb</name>

    <value>1024</value>

  </property>

  <property>

    <name>yarn.scheduler.increment-allocation-mb</name>

    <value>512</value>

  </property>

  <property>

    <name>yarn.scheduler.maximum-allocation-mb</name>

    <value>28672</value>

https://www.aboutyun.com/thread-26233-1-1.html

(出处: about云开发)

相关文章

网友评论

      本文标题:Spark On Yarn 中Executor 内存分配的机制

      本文链接:https://www.haomeiwen.com/subject/hmjdactx.html