-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-3844][UI] Truncate appName in WebUI if it is too long #2707
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
|
QA tests have started for PR 2707 at commit
|
|
QA tests have finished for PR 2707 at commit
|
|
Test PASSed. |
|
Great, LGTM. |
|
QA tests have started for PR 2707 at commit
|
|
QA tests have finished for PR 2707 at commit
|
|
Test FAILed. |
|
test this please |
|
QA tests have started for PR 2707 at commit
|
|
Tests timed out for PR 2707 at commit |
|
Test FAILed. |
|
retest this please |
|
Test FAILed. |
|
test this please |
|
Test FAILed. |
|
What about instead wrapping this in the UI - as it stands now this could be lossy if people have unique identifiers at the end of the app name. |
|
retest this please? |
|
Test FAILed. |
|
QA tests have started for PR 2707 at commit
|
|
Ah I see- okay makes sense. |
|
QA tests have finished for PR 2707 at commit
|
|
Ok, I'm merging this into master and 1.1 |
Truncate appName in WebUI if it is too long. Author: Xiangrui Meng <[email protected]> Closes apache#2707 from mengxr/truncate-app-name and squashes the following commits: 87834ce [Xiangrui Meng] move scala import below java c7111dc [Xiangrui Meng] truncate appName in WebUI if it is too long (cherry picked from commit 86b3929) Signed-off-by: Andrew Or <[email protected]>


Truncate appName in WebUI if it is too long.