Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-2061

Deprecate `splits` in JavaRDDLike and add `partitions`

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.1.0
    • Java API

    Description

      Most of spark has used over to consistently using `partitions` instead of `splits`. We should do likewise and add a `partitions` method to JavaRDDLike and have `splits` just call that. We should also go through all cases where other API's (e.g. Python) call `splits` and we should change those to use the newer API.

      Attachments

        Activity

          People

            slcclimber Anant Daksh Asthana
            pwendell Patrick Wendell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: