溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

第一次看到Spark崩潰:Spark Shell內(nèi)存OOM的現(xiàn)象!

發(fā)布時(shí)間:2020-07-12 19:37:18 來源:網(wǎng)絡(luò) 閱讀:4741 作者:moviebat 欄目:大數(shù)據(jù)

第一次看到Spark崩潰

Spark Shell內(nèi)存OOM的現(xiàn)象


要搞Spark圖計(jì)算,所以用了Google的web-Google.txt,大小71.8MB。


以命令:

val graph = GraphLoader.edgeListFile(sc,"hdfs://192.168.0.10:9000/input/graph/web-Google.txt")


建立圖的時(shí)候,運(yùn)算了半天后直接退回了控制臺。

界面xian


scala> val graph = GraphLoader.edgeListFile(sc,"hdfs://192.168.0.10:9000/input/graph/web-Google.txt")

[Stage 0:>                                                          (0 + 2) / 2]./bin/spark-shell: line 44:  3592 Killed                  "${SPARK_HOME}"/bin/spark-submit --class org.apache.spark.repl.Main --name "Spark shell" "$@"


第二次Spark崩潰!

執(zhí)行pagerank算法測試,使用的是google的數(shù)據(jù)web-Google.txt,大小71.8MB。


val rank = graph.pageRank(0.01).vertices

Spark是一個master,2個worker的集群,結(jié)果slave2掛了


第一次看到Spark崩潰:Spark Shell內(nèi)存OOM的現(xiàn)象!

第一次看到Spark崩潰:Spark Shell內(nèi)存OOM的現(xiàn)象!

16/11/14 09:51:44 INFO cluster.SparkDeploySchedulerBackend: Granted executor ID app-20161114084026-0000/1333 on hostPort 192.168.0.5:42898 with 4 cores, 1024.0 MB RAM

16/11/14 09:51:44 INFO client.AppClient$ClientEndpoint: Executor updated: app-20161114084026-0000/1333 is now RUNNING

16/11/14 09:51:44 INFO client.AppClient$ClientEndpoint: Executor updated: app-20161114084026-0000/1333 is now EXITED (Command exited with code 1)

16/11/14 09:51:44 INFO cluster.SparkDeploySchedulerBackend: Executor app-20161114084026-0000/1333 removed: Command exited with code 1

16/11/14 09:51:44 INFO cluster.SparkDeploySchedulerBackend: Asked to remove non-existent executor 1333

16/11/14 09:51:44 INFO client.AppClient$ClientEndpoint: Executor added: app-20161114084026-0000/1334 on worker-20161114083607-192.168.0.5-42898 (192.168.0.5:42898) with 4 cores

結(jié)果一直嘗試連接slave2,呵呵

第一次看到Spark崩潰:Spark Shell內(nèi)存OOM的現(xiàn)象!


第一次看到Spark崩潰:Spark Shell內(nèi)存OOM的現(xiàn)象!


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI