Member since
10-29-2021
1
Post
0
Kudos Received
0
Solutions
11-01-2021
05:01 AM
Hi @harnu , Could you add these below values to /etc/security/limits.conf file and see if this helpfull? If you already have these values try to increase it and rerun the query. hive soft nofile 65000 hive hard nofile 65000 hive soft proc 80000 hive hard proc 80000 Update limits.conf with above settings and restart hiveserver2 service while stopping all the services on that node. Please su - hive and then ulimit -a to check whether the parameters are updated for no of open files and max user process. Regards, Chethan YM Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more