From 73a014629eb2c148b02aaa58b3405482663fc306 Mon Sep 17 00:00:00 2001 From: pradeep Date: Wed, 10 Mar 2021 17:02:39 +0530 Subject: [PATCH] Documentations update associated with DM optimization --- hetu-docs/en/connector/hive.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hetu-docs/en/connector/hive.md b/hetu-docs/en/connector/hive.md index 14b33e712..0a02bbe37 100644 --- a/hetu-docs/en/connector/hive.md +++ b/hetu-docs/en/connector/hive.md @@ -759,10 +759,10 @@ DROP SCHEMA hive.web * ##### Parallel Metastore operations - The following parameter should be set on the user session. + The following parameter should be set on the hive config. ``` properties - SET SESSION hive.metastore-client-service-threads = 4 + hive.metastore-client-service-threads = 4 #Default: 4 #Recommended: The number of running HMS service. ```