Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark 설정 #31

Open
Gunju-Ko opened this issue Oct 11, 2021 · 0 comments
Open

Spark 설정 #31

Gunju-Ko opened this issue Oct 11, 2021 · 0 comments
Assignees
Labels

Comments

@Gunju-Ko
Copy link
Owner

  • spark.driver.extraJavaOptions : 드라이버에게 추가로 전달할 추가 JVM 옵션. 이 옵션을 사용해서 최대 힙 크기(-Xmx)를 설정할 수 없다. 최대 힙 크기는 클러스터 모드의 경우 spark.driver.memory로 클라이언트 모드의 경우 --driver-memory 옵션으로 지정할 수 있다.
  • spark.executor.extraJavaOptions : 익스큐터에게 추가로 전달할 추가 JVM 옵션. 이 옵션을 사용해서 최대 힙 크기(-Xmx)를 설정할 수 없다. 익스큐터의 최대 힙 크기는 spark.executor.memory로 설정할 수 있다.
@Gunju-Ko Gunju-Ko added the Spark label Oct 11, 2021
@Gunju-Ko Gunju-Ko self-assigned this Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant