apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 915 forks source link

Set hadoop fs delegation token renewer to empty #6753

Closed wForget closed 1 month ago

wForget commented 1 month ago

:mag: Description

Issue References ๐Ÿ”—

Allow delegation tokens to be used and renewed by yarn resourcemanager. (used in proxy user mode of flink engine, address https://github.com/apache/kyuubi/pull/6383#discussion_r1635768060)

Describe Your Solution ๐Ÿ”ง

Set hadoop fs delegation token renewer to empty.

Types of changes :bookmark:

Test Plan ๐Ÿงช

Behavior Without This Pull Request :coffin:

Behavior With This Pull Request :tada:

Related Unit Tests


Checklist ๐Ÿ“

Be nice. Be informative.

pan3793 commented 1 month ago

Had an offline discussion with @zhouyifan279, this change is safe, and the changed impl aligns with Spark, merging to master

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (85dd5a5) to head (f2e1f0a). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
.../credentials/HadoopFsDelegationTokenProvider.scala 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6753 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 684 684 Lines 42281 42288 +7 Branches 5768 5768 ====================================== - Misses 42281 42288 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.