Skip to content
  • Syed Hashmi's avatar
    6113ac15
    [SPARK-1308] Add getNumPartitions to pyspark RDD · 6113ac15
    Syed Hashmi authored
    Add getNumPartitions to pyspark RDD to provide an intuitive way to get number of partitions in RDD like we can do in scala today.
    
    Author: Syed Hashmi <shashmi@cloudera.com>
    
    Closes #995 from syedhashmi/master and squashes the following commits:
    
    de0ed5e [Syed Hashmi] [SPARK-1308] Add getNumPartitions to pyspark RDD
    6113ac15
    [SPARK-1308] Add getNumPartitions to pyspark RDD
    Syed Hashmi authored
    Add getNumPartitions to pyspark RDD to provide an intuitive way to get number of partitions in RDD like we can do in scala today.
    
    Author: Syed Hashmi <shashmi@cloudera.com>
    
    Closes #995 from syedhashmi/master and squashes the following commits:
    
    de0ed5e [Syed Hashmi] [SPARK-1308] Add getNumPartitions to pyspark RDD
Loading