I am using Spark API (Spark core API, not Stream,SQL etc.) I often see this kind of error in spark dumped log: Spark environment: 1.3.1 yarn-client
ERROR executor.CoarseGrainedExecutorBackend: RECEIVED SIGNAL 15: SIGTERM
I do press Ctrl+c, but that whould be SIGINT. If YARN kill executor, that would be SIGKILL.
You will likely find the reason in yarn logs. If you activated log aggregation, you can type
yarn logs -applicationId [app_id]
and lookup for exceptions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With