pvary commented on a change in pull request #3053:
URL: https://github.com/apache/hive/pull/3053#discussion_r816485993
##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -949,6 +949,8 @@ private static void populateLlapDaemonVarsSet(Set<String>
llapDaemonVarsSetLocal
"Used to avoid all of the proxies and object copies in the metastore.
Note, if this is " +
"set, you MUST use a local metastore (hive.metastore.uris must be
empty) otherwise " +
"undefined and most likely undesired behavior will result"),
+
METASTORE_MSCK_FS_HANDLER_THREADS_COUNT("hive.metastore.msck.fshandler.threads",
1, new SizeValidator(1L, true, 30L, true),
+ "Number of threads to be allocated for metastore handler for msck
fs operations."),
Review comment:
Nit: add min, max to the description as well
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]