GitHub user steveloughran opened a pull request:

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

    SPARK-7889 Jobs progress of apps on complete page of HistoryServer shows 
uncompleted        

    This patch pulls all the application cache logic out of the `HistoryServer` 
and into its own class with callbacks for operations (get &c). This makes unit 
tests straightforward with a small bit of mocking of SparkUI.


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

    $ git pull https://github.com/steveloughran/spark 
stevel/patches/SPARK-7889-history-cache

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

    https://github.com/apache/spark/pull/6935.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 #6935
    
----
commit 13724aaf2d103749a6082e0faf0dbe3cbd36f028
Author: Steve Loughran <[email protected]>
Date:   2015-06-22T12:54:25Z

    SPARK-7889 cache with initial unit tests

commit 0c5df53648be16406f97ae6b374bef0600b87300
Author: Steve Loughran <[email protected]>
Date:   2015-06-22T13:46:50Z

    SPARK-7889 cache tests of refresh interval working.

commit 9dad9d177628805ea1cf74fd36b32639d72e6f67
Author: Steve Loughran <[email protected]>
Date:   2015-06-22T14:36:01Z

    SPARK-7889 switch to explicit scan of SparkUI attempts to determine 
completion state; use mock spark UI

----


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