You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/29 09:35:17 UTC

[GitHub] [dolphinscheduler] ka1ka commented on issue #11093: [Question] [Worker] Too many hiveserver2 connctions

ka1ka commented on issue #11093:
URL: https://github.com/apache/dolphinscheduler/issues/11093#issuecomment-1199073066

   It seems that configuring this parameter 'support.hive.oneSession=ture' is effective. If the worker is a cluster, each worker will create a container for hive operations. Of course, if it has been created and it is easy to not expire, it can continue to run in the current container, no new containers will be created
   `sed -i 's/support.hive.oneSession=false/support.hive.oneSession=true/g' $DS_HOME/worker-server/conf/common.properties`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org