Cool I'll take a look and give it a try!
Thanks,
Ron
Sent from my iPad
> On Jul 24, 2014, at 10:35 PM, Andrew Ash wrote:
>
> Hi Ron,
>
> I think you're encountering the issue where cacheing data from Hadoop ends up
> with many duplicate values instead of what you expect. Try adding a .clone
Hi Ron,
I think you're encountering the issue where cacheing data from Hadoop ends
up with many duplicate values instead of what you expect. Try adding a
.clone() to the datum() call.
The issue is that Hadoop returns the same object many times but with its
contents changed. This is an optimizat