DStream -> RDD ->partitions ->  rows

map works on each rows
mapPartitions: works on each partition
transform: each rdd

Mayur Rustagi
Ph: +919632149971
h <https://twitter.com/mayur_rustagi>ttp://www.sigmoidanalytics.com
https://twitter.com/mayur_rustagi



On Thu, Feb 27, 2014 at 1:42 PM, Aureliano Buendia <buendia...@gmail.com>wrote:

> Hi,
>
> Is transform supposed to be a generalized form of map? They seem to be
> doing the same job.
>

Reply via email to