参考
https://blog.csdn.net/ly8951677/article/details/124152987
----配置hive运行引擎
在/etc/hive/conf/hive-site.xml中修改如下:
hive.execution.engine mr–>tez
hive.execution.engine 设为tez
或者运行代码的时候:
set hive.execution.engine=tez;
如果内存不够:可以修改如下参数设置
set hive.tez.container.size=2048;
在配置文件设置后,如果集群重启会把配置的恢复,需要再CDH界面配置:
文章来源:https://www.toymoban.com/news/detail-648512.html
文章来源地址https://www.toymoban.com/news/detail-648512.html
到了这里,关于CDH6.3.2搭建HIVE ON TEZ的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!