This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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