zhangbutao commented on code in PR #4408: URL: https://github.com/apache/hive/pull/4408#discussion_r1238120416
########## data/conf/hive-site-old.xml: ########## @@ -80,14 +80,6 @@ <description></description> </property> -<property> - <name>hive.metastore.metadb.dir</name> Review Comment: I have checked this with this PR and didn't find the obsolete config. The hive-site.xml will be copied from `data/conf` to other target places e.g `itest/qtest/target/llap` , therefore maybe you should `mvn clean install -DskipTests -Pitests -Piceberg` with the PR to clean original `hive-site.xml` in target directory, and you then won't find these obsolete configs. -- 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]
