-
Notifications
You must be signed in to change notification settings - Fork 29k
[Spark-24553][WEB-UI] http 302 fixes for href redirect #21600
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
[Spark-24553][WEB-UI] http 302 fixes for href redirect #21600
Conversation
|
LGTM. |
|
I am pretty sure he meant something like ok to test |
|
not a big deal but let's remove |
|
retest this please |
|
Updated title and PR description. Happy to hear thoughts and collaborate on a better solution just let me know. |
|
Test build #92155 has finished for PR 21600 at commit
|
|
retest this please |
|
Test build #92163 has finished for PR 21600 at commit
|
|
Thanks! Merged to master |
## What changes were proposed in this pull request? This PR is a follow-up PR of #21600 to fix the unnecessary UI redirect. ## How was this patch tested? Local verification Closes #23116 from jerryshao/SPARK-24553. Authored-by: jerryshao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
## What changes were proposed in this pull request? This PR is a follow-up PR of apache#21600 to fix the unnecessary UI redirect. ## How was this patch tested? Local verification Closes apache#23116 from jerryshao/SPARK-24553. Authored-by: jerryshao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 76aae7f) Signed-off-by: jerryshao <[email protected]>
## What changes were proposed in this pull request? This is a backport PR of #23116 . This PR is a follow-up PR of #21600 to fix the unnecessary UI redirect. ## How was this patch tested? Local verification Closes #23121 from jerryshao/SPARK-24553-branch-2.4. Authored-by: jerryshao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
## What changes were proposed in this pull request? This PR is a follow-up PR of apache#21600 to fix the unnecessary UI redirect. ## How was this patch tested? Local verification Closes apache#23116 from jerryshao/SPARK-24553. Authored-by: jerryshao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
## What changes were proposed in this pull request? This is a backport PR of apache#23116 . This PR is a follow-up PR of apache#21600 to fix the unnecessary UI redirect. ## How was this patch tested? Local verification Closes apache#23121 from jerryshao/SPARK-24553-branch-2.4. Authored-by: jerryshao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
## What changes were proposed in this pull request? This is a backport PR of apache#23116 . This PR is a follow-up PR of apache#21600 to fix the unnecessary UI redirect. ## How was this patch tested? Local verification Closes apache#23121 from jerryshao/SPARK-24553-branch-2.4. Authored-by: jerryshao <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
Updated URL/href links to include a '/' before '?id' to make links consistent and avoid http 302 redirect errors within UI port 4040 tabs.
How was this patch tested?
Built a runnable distribution and executed jobs. Validated that http 302 redirects are no longer encountered when clicking on links within UI port 4040 tabs.
Author: Steven Kallman [email protected]