我正在调优具有Hive的集群,根据下面的链接,https://community.hortonworks.com/articles/215868/hive-llap-deep-dive.html需要计算堆大小的值,但不确定*的含义是什么?
我还有一个问题,关于如何计算hive.llap.daemon.yarn.container.mb的值,然后是ambari给出的默认值?
我试图通过考虑这个值(*作为乘法)来计算这个值,并将容器值设置为yarn.scheduler.maximum.allocation.mb,但是HiveServer 2交互在调优后不会启动。
发布于 2019-02-14 07:52:14
以下是在HDP套件中设置hive的优秀wiki文章。https://community.hortonworks.com/articles/149486/llap-sizing-and-setup.html
你对*的理解是正确的,它用于乘法。
这里的经验法则是将hive.llap.daemon.yarn.container.mb设置为yarn.scheduler.maximum-allocation-mb,但是如果您的服务没有得到该值,那么我建议您将llap_heap_size更改为hive.llap.daemon.yarn.container.mb的80%。
https://stackoverflow.com/questions/54682221
复制相似问题