wangyum opened a new pull request #27161: [SPARK-27686][DOC][SQL] Update migration guide for make Hive 2.3 dependency by default URL: https://github.com/apache/spark/pull/27161 ### What changes were proposed in this pull request? We have upgraded the built-in Hive from 1.2 to 2.3. This may need to set `spark.sql.hive.metastore.version` and `spark.sql.hive.metastore.jars` according to the version of the Hive metastore. Example: ``` --conf spark.sql.hive.metastore.version=1.2.1 --conf spark.sql.hive.metastore.jars=/root/hive-1.2.1-lib/* ``` ### Why are the changes needed? Improve documentation. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? N/A
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
