Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created January 2, 2022 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/2cc19151a51d236279328de8b0f3c6ab to your computer and use it in GitHub Desktop.
Save 1ambda/2cc19151a51d236279328de8b0f3c6ab to your computer and use it in GitHub Desktop.
# Client Mode: Driver JVM 이 이미 떠있는 상태에서 Driver JVM 메모리를 지정할 순 없음
spark = SparkSession.builder \
...
.config("spark.driver.memory", "9g")
.getOrCreate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment