diff --git a/notes/Spark部署模式与作业提交.md b/notes/Spark部署模式与作业提交.md index eb1462d..e7ebf83 100644 --- a/notes/Spark部署模式与作业提交.md +++ b/notes/Spark部署模式与作业提交.md @@ -172,10 +172,9 @@ check your cluster UI to ensure that workers are registered and have sufficient 这时候可以查看Web UI,我这里是内存空间不足:提交命令中要求作业的`executor-memory`是2G,但是实际的工作节点的`Memory`只有1G,这时候你可以修改`--executor-memory`,也可以修改 Woker 的`Memory`,其默认值为主机所有可用内存值减去1G。 -