I'm doing something with Spark-SQL
and got error below:
YarnSchedulerBackend$YarnSchedulerEndpoint: Requesting driver to remove executor 1 for reason Container marked as failed: container_1568946404896_0002_02_000002 on host: worker1. Exit status: -1000. Diagnostics: [2019-09-20 10:43:11.474]Task java.util.concurrent.ExecutorCompletionService$QueueingFuture@76430b7c rejected from org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor@16970b[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
I'm trying to figure it out by checking the meaning of Exit status: 1000
, however, no valuable info returned by googling.
According to this thread, the -1000
is not even mentioned.
Any comment is welcomed, thanks.