arshadmohammad commented on issue #7676: URL: https://github.com/apache/seatunnel/issues/7676#issuecomment-2356020984
There are two main issues with HiveMetaStoreProxy in this case: 1. The hadoop.security.auth_to_local configuration is typically set in core-site.xml, but only hive-site.xml is read from the hive.hadoop.conf-path configuration. Ideally, all relevant site.xml files should be read. 2. When connecting to Kerberos, the Configuration object is not being populated correctly. -- 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]
