-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-26236][SS] Add kafka delegation token support documentation. #23195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test build #99552 has finished for PR 23195 at commit
|
cc @vanzin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content looks good to me. Just some nits which are not a big deal and OK to be ignored.
@HeartSaVioR thanks for the review! |
Test build #99609 has finished for PR 23195 at commit
|
Test build #99659 has finished for PR 23195 at commit
|
Test build #99723 has finished for PR 23195 at commit
|
Test build #99771 has finished for PR 23195 at commit
|
Merging to master. |
## What changes were proposed in this pull request? Kafka delegation token support implemented in [PR#22598](apache#22598) but that didn't contain documentation because of rapid changes. Because it has been merged in this PR I've documented it. ## How was this patch tested? jekyll build + manual html check Closes apache#23195 from gaborgsomogyi/SPARK-26236. Authored-by: Gabor Somogyi <gabor.g.somogyi@gmail.com> Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
What changes were proposed in this pull request?
Kafka delegation token support implemented in PR#22598 but that didn't contain documentation because of rapid changes. Because it has been merged in this PR I've documented it.
How was this patch tested?
jekyll build + manual html check