You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scoobi...@googlegroups.com
Hi Folks,
I need help in adding row id to a dlist, with unique rowids.
I tried adding row ids to a dlist. And as expected the ids are not unique, as dlist is distributed I see that by using a global scope varibles and incrementing and appending it to the dlist in flatMap doesn't give correct answer.
Please let me know if you encountered similar isssue or can provide some pointers.
Thanks !
Eric Torreborre
unread,
Jun 10, 2014, 2:18:19 AM6/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scoobi...@googlegroups.com
Hi,
There is a zipWith method on DList which should do what you want. This task will incur 2 map-reduce job to complete.