Skip to content

Commit a3fe442

Browse files
committed
Fix case of 'Spark' in option description
1 parent 5850c38 commit a3fe442

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/main/scala/org/apache/spark/internal/config/UI.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private[spark] object UI {
221221
.createOptional
222222

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

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

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ Apart from these, the following properties are also available, and may be useful
16271627
<td><code>spark.ui.custom.driver.log.url</code></td>
16281628
<td>(none)</td>
16291629
<td>
1630-
Specifies custom spark driver log URL for supporting external log service instead of using cluster
1630+
Specifies custom Spark driver log URL for supporting external log service instead of using cluster
16311631
managers' application log URLs in Spark UI. Spark will support some path variables via patterns
16321632
which can vary on cluster manager. Please check the documentation for your cluster manager to
16331633
see which patterns are supported, if any. <p/>
@@ -1641,7 +1641,7 @@ Apart from these, the following properties are also available, and may be useful
16411641
<td><code>spark.ui.custom.executor.log.url</code></td>
16421642
<td>(none)</td>
16431643
<td>
1644-
Specifies custom spark executor log URL for supporting external log service instead of using cluster
1644+
Specifies custom Spark executor log URL for supporting external log service instead of using cluster
16451645
managers' application log URLs in Spark UI. Spark will support some path variables via patterns
16461646
which can vary on cluster manager. Please check the documentation for your cluster manager to
16471647
see which patterns are supported, if any. <p/>

0 commit comments

Comments
 (0)