GitHub user ilganeli opened a pull request:

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

    [SPARK-3288] All fields in TaskMetrics should be private and use 
getters/setters

    I've updated the fields and all usages of these fields in the Spark code. 
I've verified that this did not break anything on my local repo. 

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

    $ git pull https://github.com/ilganeli/spark SPARK-3288

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

    https://github.com/apache/spark/pull/4020.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 #4020
    
----
commit c64da4fabbd805bf289780bbd3fe0f6aec435957
Author: Ilya Ganelin <[email protected]>
Date:   2015-01-07T21:05:30Z

    Partially updated task metrics to make some vars private

commit 5525c2011d96929d6143e24cf1abdd9823a9fe26
Author: Ilya Ganelin <[email protected]>
Date:   2015-01-07T21:25:40Z

    Completed refactoring to make vars in TaskMetrics class private

commit 17146c2f58095862b8dc4a699edc0b0661952543
Author: Ilya Ganelin <[email protected]>
Date:   2015-01-09T22:51:17Z

    Merge remote-tracking branch 'upstream/master' into SPARK-3288

commit 26b312b13de8f75684bb1d02898c31d9b29282d2
Author: Ilya Ganelin <[email protected]>
Date:   2015-01-10T00:12:02Z

    Debugging tests

commit 1149e780977ae6fe7b72562696a5c7181160b48c
Author: Ilya Ganelin <[email protected]>
Date:   2015-01-13T17:45:17Z

    Merge remote-tracking branch 'upstream/master' into SPARK-3288

----


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