GitHub user holdenk opened a pull request:

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

    [SPARK-13152] Fix task metrics deprecation warning

    Make an internal non-deprecated version of incBytesRead and incRecordsRead 
so we don't have unecessary deprecation warnings in our build.
    
    Right now incBytesRead and incRecordsRead are marked as deprecated and for 
internal use only. We should make private[spark] versions which are not 
deprecated and switch to those internally so as to not clutter up the warning 
messages when building.
    
    cc @andrewor14 who did the initial deprecation

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

    $ git pull https://github.com/holdenk/spark 
SPARK-13152-fix-task-metrics-deprecation-warnings

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

    https://github.com/apache/spark/pull/11056.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 #11056
    
----
commit e2d518b03c692bb6da474a9f21a5b5065d41ddb1
Author: Holden Karau <[email protected]>
Date:   2016-02-03T20:01:57Z

    Make an internal non-deprecated version of incBytesRead and incRecordsRead 
so we don't have unecessary deprecation warnings in our build.

----


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