Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 21, 2021 00:47
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/ad71d1a7bac17d3b5ff80183acfe35fc to your computer and use it in GitHub Desktop.
Save 1ambda/ad71d1a7bac17d3b5ff80183acfe35fc to your computer and use it in GitHub Desktop.
spark.executor.instances # 하나의 Spark 작업에서 사용할 Executor 수
spark.executor.cores # 개별 Executor 에서 사용할 CPU Core 숫자
spark.executor.memory # 개별 Executor 에서 사용할 Memory GiB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment