wecharyu commented on code in PR #4257:
URL: https://github.com/apache/hive/pull/4257#discussion_r1223303101
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -874,6 +876,9 @@ public enum ConfVars {
"testing only."),
HMS_HANDLER_INTERVAL("metastore.hmshandler.retry.interval",
"hive.hmshandler.retry.interval",
2000, TimeUnit.MILLISECONDS, "The time between HMSHandler retry
attempts on failure."),
+ HMS_HANDLER_PROXY_CLASS("metastore.hmshandler.proxy",
"hive.metastore.hmshandler.proxy",
Review Comment:
This config will make Meta Store Server more easy to extend other proxy
strategy without modifying the main server code, so I highly recommend this
config.
--
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]