dengzhhu653 commented on code in PR #3567:
URL: https://github.com/apache/hive/pull/3567#discussion_r980691090
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -562,6 +562,14 @@ public enum ConfVars {
"match that configuration. Otherwise it should be same as the hostname
returned by " +
"InetAddress#getLocalHost#getHostName(). Given the uncertainty in the
later " +
"it is desirable to configure metastore.thrift.bind.host on the
intended leader HMS."),
+
METASTORE_HOUSEKEEPING_LEADER_ELECTION("metastore.housekeeping.leader.election",
+ "metastore.housekeeping.leader.election",
Review Comment:
this is a newly introduced property, the `hive.` prefix is used to be
compatible with elder one, so I think it's ok to do this here.
--
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]