Closed wForget closed 1 month ago
Had an offline discussion with @zhouyifan279, this change is safe, and the changed impl aligns with Spark, merging to master
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
: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.