Yarn job crashes with exit code 143 even though node has available memory Yarn job crashes with exit code 143 even though node has available memory hadoop hadoop

Yarn job crashes with exit code 143 even though node has available memory


  1. your mapper is performing some task which is taking more than 600 seconds, the nodemanager thinks its dead and hence killing it.
  2. Please ack in between the performing the task, that the task is alive.
  3. In case you are updating the counters the ack will be done automatically.
  4. Increase the timeout more than 600 seconds