amnchauhan commented on issue #443: URL: https://github.com/apache/incubator-xtable/issues/443#issuecomment-2239159157
> > [HMS-setup.txt](https://github.com/user-attachments/files/16190115/HMS-setup.txt) @the-other-tim-brown I have a k8s cluster in which have deployed Hive metastore using this https://github.com/naushadh/hive-metastore/blob/main/Dockerfile On top of this image added s3 certs and deployed HMS using configs that I have attached as a k8s deployment. then I am connecting to this HMS and s3 using query engines like spark, Please let me know if any additional details required > > @the-other-tim-brown I'm also using similar setup for HMS , so basically I'm reading data from Kafka and writing it into an S3 MinIO bucket as Iceberg table using Spark Streaming , for this I'm using iceberg runtime jar ( iceberg-spark-runtime-3.2_2.12-1.4.3.jar ) with Spark version 3.2.4 . From Spark itself I'm connecting to HMS which is also running in k8s cluster same as @lordicecream with similar configuration. @the-other-tim-brown I am able to resolve this error by adding following Jars into classpath -- 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]
