Represents the concept of a series of RDDs with cascaded dependencies, where the partition of each cascade is a function of the previous cascade and an input RDD partition.
Implicit conversion to CascadeRDDFunctions to enrich RDDs with the cascadePartitions method.
Implicit conversion to CascadeRDDFunctions to enrich RDDs with the cascadePartitions method.
import io.radanalytics.silex.rdd.cascade.implicits._ rdd.cascadePartitions(cascadingFunction)