Re: Question: Disabling HMS S3 access when running as Spark sidecar

2025-01-30 Thread Mich Talebzadeh
Check your hive-site.xml What is this set to hive.metastore.uris thrift://rhes75:9083 Thrift URI for the remote metastore. Used by metastore client to connect to remote metastore. if you find any S3-related configurations (like fs.defaultFS pointing to S3) in hive-site.xml, tha

Question: Disabling HMS S3 access when running as Spark sidecar

2025-01-30 Thread Márkus Andor Rudolf
Hi Hive team, I'm encountering an issue where Hive Metastore (HMS), running as a Spark sidecar container, is attempting to read/write to S3 even though it's only being used as a metastore. Since HMS is solely functioning as a metadata service in this setup, these S3 operations seem unnecessary. C