So I'm having this code:

rdd.foreach(p => {
     print(p)
})

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