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 27, 2024
1 parent 5850c38 commit e12ba58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.ui.custom.driver.log.url</code></td>
<td>(none)</td>
<td>
Specifies custom spark driver log URL for supporting external log service instead of using cluster
Specifies custom Spark driver log URL for supporting external log service instead of using cluster
managers' application log URLs in 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. <p/>
Expand Down

0 comments on commit e12ba58

Please sign in to comment.