因为在系统配置了HiveServer服务开放给需要进行统计的同事,但因为hql的原因还是会给集群造成一些影响。我决定给HiveServer服务增加严格模式:
hiveserver2 start --hiveconf hive.mapred.mode=strict
具体严格模式下的注意事项,参考 http://blog.youkuaiyun.com/wisgood/article/details/19852553 ;
为了减少HQL查询对集群的影响,通过配置HiveServer2启用严格模式来限制资源使用。本文介绍了如何启动HiveServer2并设置hive.mapred.mode参数为strict的方法。
因为在系统配置了HiveServer服务开放给需要进行统计的同事,但因为hql的原因还是会给集群造成一些影响。我决定给HiveServer服务增加严格模式:
hiveserver2 start --hiveconf hive.mapred.mode=strict
具体严格模式下的注意事项,参考 http://blog.youkuaiyun.com/wisgood/article/details/19852553 ;
923

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