Files
doc-exports/docs/mrs/umn/mrs_03_1214.html
yangtong c285e88a17 MRS UMN 20250806 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: yangtong <yangtong2@huawei.com>
Co-committed-by: yangtong <yangtong2@huawei.com>
2025-09-02 10:43:57 +00:00

1.4 KiB

How Do I Do If Sessions Are Not Released After Hue Connects to HiveServer and the Error Message "over max user connections" Is Displayed?

Applicable versions: MRS 3.1.0 and earlier

  1. Modify the following file on the two Hue nodes:

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

  2. Change the configurations in lines 396 and 404.

    Change q Changed = self.filter(owner=user, application=application).exclude(guid='').exclude(secret='') to q = self.filter(owner=user, application=application).exclude(guid=None).exclude(secret=None).