Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5736][Web UI]Add executor log url to Executors page on Yarn - #4529
[SPARK-5736][Web UI]Add executor log url to Executors page on Yarn#4529shenh062326 wants to merge 1 commit into
Conversation
SparkQA
commented
Feb 11, 2015
Test build #27285 has started for PR 4529 at commit
|
srowen
commented
Feb 11, 2015
This needs a rebase already. Is it really necessary to push through UI info like this into all the core code? |
shenh062326
commented
Feb 11, 2015
Hi @srowen. |
SparkQA
commented
Feb 11, 2015
Test build #27285 has finished for PR 4529 at commit
|
AmplabJenkins
commented
Feb 11, 2015
Test FAILed. |
srowen
commented
Feb 11, 2015
Sandy's right, I forgot this was just committed last week. https://issues.apache.org/jira/browse/SPARK-2450 |
andrewor14
commented
Feb 12, 2015
Hey @shenh062326 there's already a solution for this that was merged in #3486. Would you mind closing this PR? |
Currently, there is not executor log url in spark ui (on Yarn), we have to read executor log by login the machine that executor in. I think we should add executor log url to executors pages.