saihemanth-cloudera commented on code in PR #6188:
URL: https://github.com/apache/hive/pull/6188#discussion_r2547116191


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -256,7 +256,9 @@ public String toString() {
       ConfVars.PARTITION_ORDER_EXPR,
       ConfVars.CAPABILITY_CHECK,
       ConfVars.DISALLOW_INCOMPATIBLE_COL_TYPE_CHANGES,
-      ConfVars.EXPRESSION_PROXY_CLASS
+      ConfVars.EXPRESSION_PROXY_CLASS,
+      ConfVars.METASTORE_S4U_NOWAIT_MAX_RETRIES,
+      ConfVars.METASTORE_S4U_NOWAIT_RETRY_SLEEP_INTERVAL

Review Comment:
   I don't think we need this. L275-277 is good enough right?



-- 
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]

Reply via email to