Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 26, 2021 23:48
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/462bb85d93a99f316d255bbe4b420c33 to your computer and use it in GitHub Desktop.
Save 1ambda/462bb85d93a99f316d255bbe4b420c33 to your computer and use it in GitHub Desktop.
# spark-default.conf 에서 전역으로 설정하거나
# spark session 내에서 세션 범위로 설정
spark.conf.set("hive.exec.dynamic.partition", "true")
spark.conf.set("hive.exec.dynamic.partition.mode", "nonstrict")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment