Mind trying 1.5.2 release ?
Thanks
On Fri, Nov 20, 2015 at 10:56 AM, Walrus theCat
wrote:
> I'm running into all kinds of problems with Spark 1.5.1 -- does anyone
> have a version that's working smoothly for them?
>
> On Fri, Nov 20, 2015 at 10:50 AM, Dean Wampler
> wrote:
>
>> I didn't expect
I'm running into all kinds of problems with Spark 1.5.1 -- does anyone have
a version that's working smoothly for them?
On Fri, Nov 20, 2015 at 10:50 AM, Dean Wampler
wrote:
> I didn't expect that to fail. I would call it a bug for sure, since it's
> practically useless if this method doesn't wo
Methods like first() and take(n) can't guarantee to return the same result
in a distributed context, because Spark uses an algorithm to grab data from
one or more partitions that involves running a distributed job over the
cluster, with tasks on the nodes where the chosen partitions are located.
Yo