Skip to content

Conversation

@uncleGen
Copy link
Contributor

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.

image

How was this patch tested?

no

@uncleGen uncleGen changed the title SPARK-18575: Keep same style: adjust the position of driver log links [SPARK-18575][WEB] Keep same style: adjust the position of driver log links Nov 24, 2016
@SparkQA
Copy link

SparkQA commented Nov 24, 2016

Test build #69117 has started for PR 16001 at commit a422955.

driverLogs = Some(Map(
"stderr" -> s"$baseUrl/stderr?start=-4096",
"stdout" -> s"$baseUrl/stdout?start=-4096"))
"stdout" -> s"$baseUrl/stdout?start=-4096",
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

executor log link order: stdout then stderr
but, the driver log link order: stderr then stdout

After PR:

image

Frankly, it is just a picky issue.

@uncleGen
Copy link
Contributor Author

retest this please

@SparkQA
Copy link

SparkQA commented Nov 24, 2016

Test build #69123 has finished for PR 16001 at commit a422955.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@ajbozarth
Copy link
Member

Not sure this is worth a whole commit, but it is probably good to fix. LGTM.

@uncleGen
Copy link
Contributor Author

@srowen waiting for your feedback :D

Copy link
Member

@srowen srowen left a 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.

@srowen
Copy link
Member

srowen commented Nov 25, 2016

Merged to master/2.1

@asfgit asfgit closed this in f58a8aa Nov 25, 2016
asfgit pushed a commit that referenced this pull request Nov 25, 2016
… 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.

![image](https://cloud.githubusercontent.com/assets/7402327/20590092/f8bddbb8-b25b-11e6-9aaf-3b5b3073df10.png)

## 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]>
robert3005 pushed a commit to palantir/spark that referenced this pull request Dec 2, 2016
… 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.

![image](https://cloud.githubusercontent.com/assets/7402327/20590092/f8bddbb8-b25b-11e6-9aaf-3b5b3073df10.png)

## How was this patch tested?
 no

Author: uncleGen <[email protected]>

Closes apache#16001 from uncleGen/SPARK-18575.
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
… 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.

![image](https://cloud.githubusercontent.com/assets/7402327/20590092/f8bddbb8-b25b-11e6-9aaf-3b5b3073df10.png)

## How was this patch tested?
 no

Author: uncleGen <[email protected]>

Closes apache#16001 from uncleGen/SPARK-18575.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants