需要修改hive-site.xml
<property>
<name>hive.metastore.schema.verification</name>
<value>false</value>
</property>
Diagnostics: Container [pid=27091,containerID=container_1576319423001_0002_02_000001] is running beyond virtual memory limits. Current usage: 219.6 MB of 1 GB physical memory used; 2.6 GB of 2.1 GB virtual memory used. Killing container.
本文介绍如何通过修改hive-site.xml文件中hive.metastore.schema.verification属性来解决Hive Metastore服务运行时遇到的虚拟内存限制问题,避免因内存溢出导致的容器被杀。

1296

被折叠的 条评论
为什么被折叠?



