From d6008f6a5bf6cd4bf061a61d0e93e4ab0b16220d Mon Sep 17 00:00:00 2001 From: Hongze Zhang Date: Thu, 15 Aug 2024 09:55:02 +0800 Subject: [PATCH] nits --- .../src/main/scala/org/apache/gluten/GlutenConfig.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala b/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala index b1ef4be5cf63..3989db778a1a 100644 --- a/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala +++ b/shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala @@ -540,14 +540,14 @@ object GlutenConfig { val GLUTEN_OFFHEAP_ENABLED = "spark.memory.offHeap.enabled" // For Soft Affinity Scheduling - // Enable Soft Affinity Scheduling, defalut value is false + // Enable Soft Affinity Scheduling, default value is false val GLUTEN_SOFT_AFFINITY_ENABLED = "spark.gluten.soft-affinity.enabled" val GLUTEN_SOFT_AFFINITY_ENABLED_DEFAULT_VALUE = false - // Calculate the number of the replcations for scheduling to the target executors per file + // Calculate the number of the replications for scheduling to the target executors per file val GLUTEN_SOFT_AFFINITY_REPLICATIONS_NUM = "spark.gluten.soft-affinity.replications.num" val GLUTEN_SOFT_AFFINITY_REPLICATIONS_NUM_DEFAULT_VALUE = 2 // For on HDFS, if there are already target hosts, - // and then prefer to use the orginal target hosts to schedule + // and then prefer to use the original target hosts to schedule val GLUTEN_SOFT_AFFINITY_MIN_TARGET_HOSTS = "spark.gluten.soft-affinity.min.target-hosts" val GLUTEN_SOFT_AFFINITY_MIN_TARGET_HOSTS_DEFAULT_VALUE = 1