Obtain a PromiseRDD by applying function 'f' to a partition array.
Obtain a PromiseRDD by applying function 'f' to a partition array.
The return value type of the promised-value function
Function that maps an array of partitions, the RDD and the current task context to the promised value
An RDD that will contain a single row having the promised value
This function is most useful in a developer context. Consider using promiseFromPartitions unless lower-level access is needed.
Obtain a PromiseRDD by applying a function 'f' to the partitions of this RDD
Obtain a PromiseRDD by applying a function 'f' to the partitions of this RDD
The return value type of the promised-value function
Function that maps RDD partitions to some promised value
An RDD that will contain a single row having the promised value
Enriched methods on RDD for creating a PromiseRDD
To enable these methods, import:
import io.radanalytics.silex.rdd.promise.implicits._