TL;DR You can trust the results.
Spark has in-built support to retry the failed tasks on other available nodes to support fault tolerance. Your failed job would have been retried on other node/executor and that result is included in your final result. So, yes, you can trust the result.
Regarding the error, the exit status 134
indicates recieving a SIGABORT
signal for exit. As it says in the error message, this was probably because the container was launched on a blacklisted node (bad node). Blacklisted nodes are nodes marked unfit by YARN for running containers.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…