Skip to content

Commit

Permalink
Fix case of 'Spark' in option description
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 26, 2024
1 parent 5850c38 commit 2cb93fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/org/apache/spark/internal/config/UI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private[spark] object UI {
.createOptional

val CUSTOM_DRIVER_LOG_URL = ConfigBuilder("spark.ui.custom.driver.log.url")
.doc("Specifies custom spark driver log url for supporting external log service instead of " +
.doc("Specifies custom Spark driver log url for supporting external log service instead of " +
"using cluster managers' application log urls in the Spark UI. Spark will support " +
"some path variables via patterns which can vary on cluster manager. Please check the " +
"documentation for your cluster manager to see which patterns are supported, if any. " +
Expand All @@ -233,7 +233,7 @@ private[spark] object UI {
.createOptional

val CUSTOM_EXECUTOR_LOG_URL = ConfigBuilder("spark.ui.custom.executor.log.url")
.doc("Specifies custom spark executor log url for supporting external log service instead of " +
.doc("Specifies custom Spark executor log url for supporting external log service instead of " +
"using cluster managers' application log urls in the Spark UI. Spark will support " +
"some path variables via patterns which can vary on cluster manager. Please check the " +
"documentation for your cluster manager to see which patterns are supported, if any. " +
Expand Down

0 comments on commit 2cb93fa

Please sign in to comment.