apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 343 forks source link

[#5596] Improvement(filesystem-hadoop3): Override the `addDelegationTokens` method to fix the token expired issue #5597

Closed xloya closed 3 days ago

xloya commented 3 days ago

What changes were proposed in this pull request?

Pass the delegation token to the FileSystem managed by GVFS.

Why are the changes needed?

Fix: #5596

How was this patch tested?

Tests it in the production environment.