Gatsby-Lee commented on issue #1751: URL: https://github.com/apache/hudi/issues/1751#issuecomment-1234871771
OMG. I am here again. I am building ETL in AWS EMR on EKS + Hudi. * emr-6.7 * hudi 0.10.1 Error I have ``` Caused by: java.lang.ClassNotFoundException: org.apache.calcite.rel.type.RelDataTypeSystemShow context ``` I looked at logs in Spark Driver. And, I noticed that Hudi is connecting to Hive. hmm. Anyone knows how to force Hudi to use AWS Glue Data Catalog? ``` HoodieSparkSqlWriter$: Syncing to Hive Metastore (URL: jdbc:hive2://localhost:10000) ``` -- 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]
