![Spark スタンドアロン実行ジョブ エラー](https://rvso.com/image/1452885/Spark%20%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%89%E3%82%A2%E3%83%AD%E3%83%B3%E5%AE%9F%E8%A1%8C%E3%82%B8%E3%83%A7%E3%83%96%20%E3%82%A8%E3%83%A9%E3%83%BC.png)
数日間このエラーで行き詰まっています。助けが切実に必要です。
スタンドアロン デプロイ モードでサンプル ジョブを実行しようとしていますが、ジョブがどれだけ単純であっても (数値の配列をカウントして spark-shell を起動しても)、次のエラーが繰り返し表示されます (ループ ログ情報の完全なサイクル)。
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
ご意見やご提案をいただければ幸いです。どうぞよろしくお願いいたします。