GitHub user andrewor14 opened a pull request:

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

    [SPARK-2411] Add a history-not-found page to standalone Master

    Right now, if you click on an application after it has finished, it simply 
refreshes the page if there are no event logs for the application. This is not 
super intuitive especially because event logging is not enabled by default. We 
should direct the user to enable this if they attempt to view a SparkUI after 
the fact without event logs.
    
    Here is what the new page looks like:
    
    <img 
src="https://issues.apache.org/jira/secure/attachment/12654708/Screen%20Shot%202014-07-08%20at%204.23.51%20PM.png";>

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

    $ git pull https://github.com/andrewor14/spark master-link

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

    https://github.com/apache/spark/pull/1336.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 #1336
    
----
commit e7df7ed945fcefcbefec990e6d4d643654c1db52
Author: Andrew Or <[email protected]>
Date:   2014-07-08T23:24:31Z

    Add a history not found page to standalone Master

----


---
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.
---

Reply via email to