GitHub user andrewor14 opened a pull request:

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

    [SPARK-10620] Move classes to their own files for readability

    This is the first step to implementing SPARK-10620, which migrates 
`TaskMetrics` to accumulators. This patch is strictly a cleanup patch and 
introduces no change in functionality. It literally just moves classes to their 
own files to avoid having single monolithic ones that contain 10 different 
classes.

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

    $ git pull https://github.com/andrewor14/spark move-things

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

    https://github.com/apache/spark/pull/10810.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 #10810
    
----
commit a7fa56b11dd8297a742c45c730ad6113412b3091
Author: Andrew Or <[email protected]>
Date:   2016-01-18T18:17:12Z

    Move *Metrics classes into their own files

commit 5bd94afaf2441abb3451400669a8936f9cca90c5
Author: Andrew Or <[email protected]>
Date:   2016-01-18T18:22:45Z

    Move *Accumul* things to their own files

----


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