Is there something useful information your local spark process log?
> 在 2018年11月23日,下午4:20,Nabeel Imtiaz <nimti...@gmail.com> 写道:
>
> Hi,
>
>
> When I trying to even simply take first 10 lines of a file (like
> ```batchData.take(10).foreach(println _)``` from sprakContext, the paragraph
> hangs.
>
> If I inspect the job in spark console, it shows the job in PENDING state. I
> check that I have more than enough memory in the system available.
>
> Is it a known issue? Any fixes or workaround?
>
>
>
> Nabeel