pan3793 commented on PR #13187:
URL: https://github.com/apache/iceberg/pull/13187#issuecomment-2987056481

   > @pan3793 Yes, I need to additionally register the parameter 
"hive.metastore.token.signature=metaStoreUri" along with it to HMS when iceberg 
creates the hiveCatalog
   
   You finally got it, and this is the key point of how to make delegation 
token works with multipile HMS.
   
   Your current implmentation still has some drawbacks compared to 
https://github.com/apache/kyuubi/pull/4560, for example:
   - how to simplify `hive.metastore.token.signature` configuration?
   - how to explicitly disable token obtaining for specific HMS(s) when 
multiple Iceberg Hive catalogs are configured?
   - one HMS token request failure should not block token obtaining from other 
HMSs
   - etc.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to