GitHub user rxin opened a pull request:

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

    [SPARK-12615] Remove some deprecated APIs in RDD/SparkContext.

    I looked at each case individually and it looks like they can all be 
removed. The only one that I had to think twice was toArray (I even thought 
about un-deprecating it, until I realized it was a problem in Java to have 
toArray returning java.util.List).


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

    $ git pull https://github.com/rxin/spark SPARK-12615

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

    https://github.com/apache/spark/pull/10569.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 #10569
    
----
commit c9f83d51ef0acc73c47aa928e1dc81d71246a261
Author: Reynold Xin <[email protected]>
Date:   2016-01-04T06:15:09Z

    [SPARK-12615] Remove some deprecated APIs in RDD/SparkContext.

----


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