KNOX-3362 - Fix 307 redirect issue for Yarn#1280
Closed
moresandeep wants to merge 1 commit into
Closed
Conversation
Test Results28 tests 28 ✅ 2s ⏱️ Results for commit 75421cf. |
pzampino
previously approved these changes
Jun 25, 2026
Contributor
|
It would be good to understand why this obscure configuration was put in place. |
Contributor
Author
|
This will need detailed testing from the component Yarn team. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
KNOX-3362 - Fix 307 redirect issue for Yarn
Description
Knox should be handle 307, this was contributed way back KNOX-719 Knox support for Yarn Resource Manager HA - ASF Jira
Currently it is not working for Yarn is because of
<dispatch contributor-name="http-client" />property.Even though the HA class name configured is RMUIHaDispatch it is not getting pulled in. specific 307 handling.
Note: This works for yarnv2 the problem is yarn.
What changes were proposed in this pull request?
Remove the offending
<dispatch contributor-name="http-client" />property.How was this patch tested?
This feature was tested locally.
Integration Tests
NA
UI changes
NA