Paste this RDD with a second RDD, having the same number of rows
Paste this RDD with a second RDD, having the same number of rows
The second RDD to paste with
A partition size to use when aligning partitions for pasting.
An RDD of pairs (t, u), where (t) is row element of this RDD and (u) is row element of 'rddU'
Apply two functions 'fT' and 'fU' to this RDD and a second RDD, respectively, and paste the results together.
Apply two functions 'fT' and 'fU' to this RDD and a second RDD, respectively, and paste the results together.
The second RDD to paste with
A partition size to use when aligning partitions for pasting.
Function to apply to this RDD's row elements
Function to apply to second RDD's row elements
An RDD of pairs (t, u), where (t) is fT(row element) of this RDD and (u) is fU(row element) of 'rddU'