0

I am running a geoSpark Demo in the local mode,not standalone.The data's size is about 5GB. And I am getting the OOM Error.The I want to change the spark memory in the local mode ,how to do it?

谭凯中
  • 1
  • 1

1 Answers1

0
conf=SparkConf()
conf.set("spark.executor.memory", "1g")