我正在學習如何使用火花和我有一個簡單program.When我運行jar文件,它給了我正確的結果,但我在STDERR file.just像一些錯誤這樣的:星火:executor.CoarseGrainedExecutorBackend:驅動程序解除關聯解除關聯
15/05/18 18:19:52 ERROR executor.CoarseGrainedExecutorBackend: Driver Disassociated [akka.tcp://[email protected]:51976] -> [akka.tcp://[email protected]:60060] disassociated! Shutting down.
15/05/18 18:19:52 WARN remote.ReliableDeliverySupervisor: Association with remote system [akka.tcp://[email protected]:60060] has failed, address is now gated for [5000] ms. Reason is: [Disassociated].
你可以在那裏得到了整個標準錯誤文件:
http://172.31.34.148:8081/logPage/?appId=app-20150518181945-0026&executorId=0&logType=stderr
我搜索這個問題,並發現這一點:
Why spark application fail with "executor.CoarseGrainedExecutorBackend: Driver Disassociated"?
然後我打開spark.yarn.executor.memoryOverhead,因爲它說,但它不起作用。
我只有一個主節點(8G內存),並在火花的奴隸文件只有一個從節點 - 主itself.I提交這樣的:
./bin/spark-submit --class .... --master spark://master:7077 --executor-memory 6G --total-executor-cores 8 /path/..jar hdfs://myfile
我不知道是什麼是執行者,什麼是司機... ...笑對不起 有關..
人幫助我嗎?
172.31.34。148是私人地址,我們看不到它。 –
請分享,如果你已經找出解決方案。我面臨同樣的錯誤。 http://ec2-54-174-186-17.compute-1.amazonaws.com:8080/ –
在這方面的任何更新? –