apache kafka - Spark Streaming jobs exception handling -


in spark streaming(kafka consumer) code have error. implemented exception handling never caught. tried both checked & unchecked exceptions.

my code running in executor. how catch exception when running in executor instead of driver ?

please suggest me.

spark parallel framework. add try catch code in code, exception thrown in other threads. code can not catch exception.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -