文档首页> MapReduce服务 MRS> 常见问题> 大数据业务开发> Hue连接hiveserver,不释放session,报错over max user connections如何处理?
更新时间:2023-10-14 GMT+08:00
分享

Hue连接hiveserver,不释放session,报错over max user connections如何处理?

适用版本:MRS 3.1.0及之前的MRS 3.x版本。

  1. 修改两个Hue节点的以下文件:

    /opt/Bigdata/FusionInsight_Porter_8.*/install/FusionInsight-Hue-*/hue/apps/beeswax/src/beeswax/models.py

  2. 修改文件中的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)

分享:

大数据业务开发 所有常见问题

more