aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnant <anant.asty@gmail.com>2014-06-20 18:54:00 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-20 18:57:24 -0700
commit010c460d627c1917dc47b09e59fd41172bbf90b3 (patch)
tree73fd45ff574c2a335198ca50d316588397eedd84 /pom.xml
parenta6786424954218fc31d8cc638a5c7d6567b55047 (diff)
downloadspark-010c460d627c1917dc47b09e59fd41172bbf90b3.tar.gz
spark-010c460d627c1917dc47b09e59fd41172bbf90b3.tar.bz2
spark-010c460d627c1917dc47b09e59fd41172bbf90b3.zip
[SPARK-2061] Made splits deprecated in JavaRDDLike
The jira for the issue can be found at: https://issues.apache.org/jira/browse/SPARK-2061 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. Author: Anant <anant.asty@gmail.com> Closes #1062 from anantasty/SPARK-2061 and squashes the following commits: b83ce6b [Anant] Fixed syntax issue 21f9210 [Anant] Fixed version number in deprecation string 9315b76 [Anant] made related changes to use partitions in python api 8c62dd1 [Anant] Made splits deprecated in JavaRDDLike
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions