pete91z commented on issue #8118: URL: https://github.com/apache/hudi/issues/8118#issuecomment-1465355639
Thanks for your reply. I'm not actually running the Hive Metastore service, but have the Metastore DB for Spark configured in a Mysql database. The spark thrift server runs on port 10000. I assumed running the script with jdbc against thriftserver port 10000 meant it would try to connect via jdbc and execute the create SQL statement (it looks like it does try it, but fails with the above error, I can see this in the thrift log). I'll try using the HMS option and let you know how that goes, ultimately what I'm trying achieve is to add the hudi table to the metastore db catalog (similar to using create table in spark sql or dataframe.write.SaveAsTable). -- 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]
