Re: Application dies, Driver keeps on running

2017-05-15 Thread map reduced
Ah interesting, I stopped spark context and System.exit() from driver with supervise ON and that seemed to start app if it gets killed. On Mon, May 15, 2017 at 5:01 PM, map reduced wrote: > Hi, > I was looking at incorrect place for logs, yes I see some errors in logs: > >

Re: Application dies, Driver keeps on running

2017-05-15 Thread map reduced
Hi, I was looking at incorrect place for logs, yes I see some errors in logs: "Remote RPC client disassociated. Likely due to containers exceeding thresholds, or network issues. Check driver logs for WARN messages."

Re: Application dies, Driver keeps on running

2017-05-15 Thread Shixiong(Ryan) Zhu
So you are using `client` mode. Right? If so, Spark cluster doesn't manage the driver for you. Did you see any error logs in driver? On Mon, May 15, 2017 at 3:01 PM, map reduced wrote: > Hi, > > Setup: Standalone cluster with 32 workers, 1 master > I am running a long

Application dies, Driver keeps on running

2017-05-15 Thread map reduced
Hi, Setup: Standalone cluster with 32 workers, 1 master I am running a long running streaming spark job (read from Kafka -> process -> send to Http endpoint) which should ideally never stop. I have 2 questions: 1) I have seen some times Driver is still running but application marked as