zhangbutao commented on code in PR #4408: URL: https://github.com/apache/hive/pull/4408#discussion_r1282151710
########## data/conf/hive-site-old.xml: ########## @@ -80,14 +80,6 @@ <description></description> </property> -<property> - <name>hive.metastore.metadb.dir</name> Review Comment: @ayushtkn Thanks for the info. I have known the reason. As I said above, `spark-client` and ` shims/scheduler` module have been removed , and so your local target directory of both module is dirty, you can delete them safely. And others target directories, e.g. `iceberg-handler` & `iceberg-catalog` has been replaced by `iceberg/iceberg-handler` &`iceberg/iceberg-catalog` , and `kryo-registrator` & `hcatalog/streaming` has been removed for long time, and so on. Therefore, although the source code directories have been removed, the target directories which have obsolete configs will leave in your local machine unless you delete it by hand or git clone a new source code. -- 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]
