Hi! I can’t understand where I can get logs from my workers (failed executors) when I’m running job from Zeppelin. I’m using the most recent version of Zeppelin.
In spark worker stderr I see the following 15/05/20 09:23:36 INFO Executor: Fetching http://x.x.x.x:51149/jars/my-jar.jar with timestamp 1432113678510 15/05/20 09:23:36 ERROR CoarseGrainedExecutorBackend: Driver Disassociated [akka.tcp://[email protected]:49252] -> [akka.tcp://[email protected]:33718] disassociated! Shutting down. In zeppelin.log itself: Lost task 5.0 in stage 0.0 (TID 5, x.x.x.y): ExecutorLostFailure (executor 0 lost) But where to get the Exception stack trace of the Executor? They seems to be not appear in stdout nor stderr. Stdout is completely empty and stderr does not contain anything helpful. Please, advice. -- Eugene Morozov [email protected]
