Spark RandomForest training StackOverflow error

别说谁变了你拦得住时间么 提交于 2019-12-06 05:59:25

Looks like specifying the spark-submit option:

--conf spark.executor.extraJavaOptions=-Xss8m --conf spark.driver.extraJavaOptions=-Xss8m

does the job.

This can also be configured in the conf/spark-env.sh on each node, more about that: http://spark.apache.org/docs/latest/configuration.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!