signals - Why spark executor receives SIGTERM? -
i using spark api (spark core api, not stream,sql etc.) see kind of error in spark dumped log: spark environment: 1.3.1 yarn-client
error executor.coarsegrainedexecutorbackend: received signal 15: sigterm
- who triggers sigterm. yarn,spark or myself?
- will signal terminate spark executor? if not, wow affect spark program.
i press ctrl+c, whould sigint. if yarn kill executor, sigkill.
you find reason in yarn logs. if activated log aggregation, can type
yarn logs -applicationid [app_id]
and lookup exceptions.
Comments
Post a Comment