zhangbutao commented on code in PR #6267:
URL: https://github.com/apache/hive/pull/6267#discussion_r2923394783
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -922,6 +922,15 @@ public static enum ConfVars {
"Default location for external tables created in the warehouse. " +
"If not set or null, then the normal warehouse location will be used
as the default location."),
+ METASTORE_CATALOG_WAREHOUSE("hive.metastore.warehouse.catalog.dir",
"/user/hive/catalog/warehouse",
Review Comment:
I followed the previous method of defining parameters. Currently, it seems
unnecessary to define parameters in HiveConf, as it's somewhat redundant.
Removed this parameter from HiveConf.
--
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]