GitHub user harishreedharan opened a pull request:

    https://github.com/apache/spark/pull/6166

    [SPARK-7657][YARN] Add driver link in application UI, in cluster mode.

    The idea is to get the links to the logs in AM and then when the 
SparkContext starts up - send out a fake `SparkListenerExecutorAdded` event 
with the executorId as `driver` and the actual links to the logs. This ends up 
showing the actual links.
    
![amlinks](https://cloud.githubusercontent.com/assets/1481194/7645832/ecd36804-fa6f-11e4-9994-bccc423179fd.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/harishreedharan/spark am-log-link

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6166.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6166
    
----
commit 1cf338ff79d7ed8d56c548cbe8c580e548613b32
Author: Hari Shreedharan <[email protected]>
Date:   2015-05-15T02:25:02Z

    [SPARK-7657][YARN] Add driver link in application UI, in cluster mode.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to