文档首页/
MapReduce服务 MRS/
用户指南(吉隆坡区域)/
常见问题/
大数据业务开发/
Hue连接hiveserver,不释放session,报错over max user connections如何处理?
更新时间:2023-03-17 GMT+08:00
Hue连接hiveserver,不释放session,报错over max user connections如何处理?
适用版本:MRS 3.1.0及之前的MRS 3.x版本。
- 修改两个Hue节点的以下文件:
/opt/Bigdata/FusionInsight_Porter_8.*/install/FusionInsight-Hue-*/hue/apps/beeswax/src/beeswax/models.py
- 修改文件中的396和404行的值
q = self.filter(owner=user, application=application).exclude(guid='').exclude(secret='')改为q = self.filter(owner=user, application=application).exclude(guid=None).exclude(secret=None)
父主题: 大数据业务开发