From d5cd99938c932e73446746fa3269b9e4d1ca8eb3 Mon Sep 17 00:00:00 2001 From: Kun <1amb4a@gmail.com> Date: Fri, 4 Feb 2022 23:24:18 +0000 Subject: [PATCH] GitBook: [#128] No subject --- 02-processing/2.2-batch/2.1.x-spark-persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-processing/2.2-batch/2.1.x-spark-persistence.md b/02-processing/2.2-batch/2.1.x-spark-persistence.md index 52acc9f..72b3c59 100644 --- a/02-processing/2.2-batch/2.1.x-spark-persistence.md +++ b/02-processing/2.2-batch/2.1.x-spark-persistence.md @@ -522,7 +522,7 @@ Spark 에서 DataFrame 으로 파일을 읽을 때 적용되는 옵션을 다음 ``` spark.sql.files.maxPartitionBytes spark.sql.files.openCostInBytes -spark.sql.files.minPartitionNu +spark.sql.files.minPartitionNum ``` {% endhint %}