Error de trabajo de ejecución independiente de Spark

Error de trabajo de ejecución independiente de Spark

He estado atascado en este error durante unos días y necesito ayuda desesperadamente.

Entonces, con el modo de implementación independiente, estoy tratando de ejecutar trabajos de muestra, pero no importa cuán simple sea el trabajo (incluso al iniciar Spark-Shell contando una serie de números), el siguiente error sigue apareciendo (un ciclo completo del registro de bucle). información):

INFO AppClient$ClientActor: Executor added: app-20150604024526-0001/3 on worker-20150604023842-localhost-54417 (localhost:54417) with 1 cores
INFO SparkDeploySchedulerBackend: Granted executor ID app-20150604024526-0001/3 on hostPort localhost:54417 with 1 cores, 512.0 MB RAM

INFO AppClient$ClientActor: Executor updated: app-20150604024526-0001/3 is now RUNNING

INFO AppClient$ClientActor: Executor updated: app-20150604024526-0001/3 is now LOADING

WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

WARN TaskSchedulerImpl: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

INFO AppClient$ClientActor: Executor updated: app-20150604024526-0001/2 is now EXITED (Command exited with code 1)

INFO SparkDeploySchedulerBackend: Executor app-20150604024526-0001/2 removed: Command exited with code 1

ERROR SparkDeploySchedulerBackend: Asked to remove non-existent executor 2

¡Cualquier idea o sugerencia será profundamente apreciada! ¡Muchas gracias!

información relacionada