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