turboFei commented on issue #2855: URL: https://github.com/apache/incubator-kyuubi/issues/2855#issuecomment-1152818508
In fact, we are also using spark-3.1(built with hive-2.3) and our hive metastore version is 1.2.1. ``` # for hive-1.2.1 spark.sql.hive.metastore.version 1.2.1 spark.sql.hive.metastore.jars path spark.sql.hive.metastore.jars.path hdfs:/path/to/hive-1.2.1-longwing-lib/* ``` -- 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]
