GitHub user srowen opened a pull request:

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

    SPARK-4682 [CORE] Consolidate various 'Clock' classes

    Another one from @JoshRosen 's wish list. The first commit is much smaller 
and removes 2 of the 4 Clock classes. The second is much larger, necessary for 
consolidating the streaming one. I put together implementations in the way that 
seemed simplest. Almost all the change is standardizing class and method names.

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

    $ git pull https://github.com/srowen/spark SPARK-4682

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

    https://github.com/apache/spark/pull/4514.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 #4514
    
----
commit 090433e2ee9f8d9f306f837e02f7b6606bd308a5
Author: Sean Owen <[email protected]>
Date:   2015-02-10T21:24:45Z

    Consolidate Clocks except for Streaming Clock

commit 15f6b0fe675ef6fcca3329b57a9eaf6cff69188f
Author: Sean Owen <[email protected]>
Date:   2015-02-10T23:20:57Z

    Consolidate Streaming Clock class into common util Clock

----


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