Applies a "cascading" function to the input RDD, such that each output partition is a function of the corresponding input partition and the previous output partition.
Applies a "cascading" function to the input RDD, such that each output partition is a function of the corresponding input partition and the previous output partition.
A function that maps each RDD partition, plus a previous cascade partition, to the current cascade's output
A new cascaded RDD