thank you Chanh

2016-07-26 15:34 GMT+08:00 Chanh Le <[email protected]>:

> Hi Ken,
>
> *blacklistDF -> just DataFrame *
> Spark is lazy until you call something like* collect, take, write* it
> will execute the hold process *like you do map or filter before you
> collect*.
> That mean until you call collect spark* do nothing* so you df would not
> have any data -> can’t call foreach.
> Call collect execute the process -> get data -> foreach is ok.
>
>
> On Jul 26, 2016, at 2:30 PM, kevin <[email protected]> wrote:
>
>  blacklistDF.collect()
>
>
>

Reply via email to