-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-18575][WEB] Keep same style: adjust the position of driver log links #16001
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 #69117 has started for PR 16001 at commit |
| driverLogs = Some(Map( | ||
| "stderr" -> s"$baseUrl/stderr?start=-4096", | ||
| "stdout" -> s"$baseUrl/stdout?start=-4096")) | ||
| "stdout" -> s"$baseUrl/stdout?start=-4096", |
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.
Explain please what this is trying to be consistent with?
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.
|
retest this please |
|
Test build #69123 has finished for PR 16001 at commit
|
|
Not sure this is worth a whole commit, but it is probably good to fix. LGTM. |
|
@srowen waiting for your feedback :D |
srowen
left a comment
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.
OK I see it now, sounds fine.
|
Merged to master/2.1 |
… links ## What changes were proposed in this pull request? NOT BUG, just adjust the position of driver log link to keep the same style with other executors log link.  ## How was this patch tested? no Author: uncleGen <[email protected]> Closes #16001 from uncleGen/SPARK-18575. (cherry picked from commit f58a8aa) Signed-off-by: Sean Owen <[email protected]>
… links ## What changes were proposed in this pull request? NOT BUG, just adjust the position of driver log link to keep the same style with other executors log link.  ## How was this patch tested? no Author: uncleGen <[email protected]> Closes apache#16001 from uncleGen/SPARK-18575.
… links ## What changes were proposed in this pull request? NOT BUG, just adjust the position of driver log link to keep the same style with other executors log link.  ## How was this patch tested? no Author: uncleGen <[email protected]> Closes apache#16001 from uncleGen/SPARK-18575.

What changes were proposed in this pull request?
NOT BUG, just adjust the position of driver log link to keep the same style with other executors log link.
How was this patch tested?
no