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 
  1. who triggers sigterm. yarn,spark or myself?
  2. 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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -