I have to create some kind of index from my JavaRDD it should be
something like javaPairRDD
but zipWith Index giving later I need to use this RDD for
join so its looks it wont work for me.
On 9 April 2015 at 04:17, Ted Yu wrote:
> Please take a look at zipWithIndex() of RDD.
>
> Cheers
>
> On
Please take a look at zipWithIndex() of RDD.
Cheers
On Wed, Apr 8, 2015 at 3:40 PM, Jeetendra Gangele
wrote:
> Hi All I have a RDD I want to convert it to
> RDD this sequence number can be 1 for first
> SomeObject 2 for second SomeOjejct
>
>
> Regards
> jeet
>
Hi All I have a RDD I want to convert it to
RDD this sequence number can be 1 for first
SomeObject 2 for second SomeOjejct
Regards
jeet