Documentations update associated with DM optimization

This commit is contained in:
pradeep 2021-03-10 17:02:39 +05:30
parent 75b90d68b7
commit 73a014629e
1 changed files with 2 additions and 2 deletions

View File

@ -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.
```