zhangwl9 commented on issue #13116:
URL: https://github.com/apache/iceberg/issues/13116#issuecomment-2910897592
@pvary @gaborgsomogyi
For Spark , I'm going to use the scheme shown above to implement an
IcebergHiveConnectorDelegationTokenProvider within the Iceberg_Spark module
based on Spark's interface
HadoopDelegationTokenProvider(https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/security/HadoopDelegationTokenProvider.scala)。
For Flink, I'm going to implement an
IcebergHiveConnectorDelegationTokenProvider within the Iceberg_Flink module
based on Flink's interface
[DelegationTokenProvider](https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/core/security/token/DelegationTokenProvider.java)。****
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]