Increasing the resultset size:
spark-submit
:--conf spark.driver.maxResultSize=4g
conf.set("spark.driver.maxResultSize", "4g")
spark-defaults.conf
:spark.driver.maxResultSize 4g
No comments:
Post a Comment