This might be a silly question, but I wanted to make sure, when
implementing my own RDD, if using a HashPartitioner as the RDD's
partitioner the number of partitions returned by the implementation of
getPartitions() has to match the number of partitions set in the
HashPartitioner, correct ?

Reply via email to