Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在本地模式下运行 geoSpark Demo,而不是独立模式。数据大小约为 5GB。我收到 OOM 错误。我想在本地模式下更改 spark 内存,怎么做?
conf=SparkConf() conf.set("spark.executor.memory", "1g")