On Sat, Mar 1, 2014 at 9:49 PM, David Thomas <dt5434...@gmail.com> wrote:

> So I'm having this code:
>
> rdd.foreach(p => {
>      print(p)
> })
>

The above closure gets executed on workers, you need to look at the logs of
the workers to see the output.


>
> Where can I see this output? Currently I'm running my spark program on a
> cluster. When I run the jar using sbt run, I see only INFO logs on the
> console. Where should I check to see the application sysouts?
>

Reply via email to