Skip to content

Commit f35eee3

Browse files
committed
Doc fix
1 parent f08c2c6 commit f35eee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Apart from these, the following properties are also available, and may be useful
432432
<td><code>spark.driver.extraJavaOptions</code></td>
433433
<td>(none)</td>
434434
<td>
435-
A string of extra JVM options to pass to the driver. This is intended to be set by application developers.
435+
A string of extra JVM options to pass to the driver. This is intended to be set by users.
436436

437437
For instance, GC settings or other logging.
438438
Note that it is illegal to set maximum heap size (-Xmx) settings with this option. Maximum heap
@@ -501,7 +501,7 @@ Apart from these, the following properties are also available, and may be useful
501501
<td><code>spark.executor.extraJavaOptions</code></td>
502502
<td>(none)</td>
503503
<td>
504-
A string of extra JVM options to pass to executors. This is intended to be set by application developers.
504+
A string of extra JVM options to pass to executors. This is intended to be set by users.
505505

506506
For instance, GC settings or other logging.
507507
Note that it is illegal to set Spark properties or maximum heap size (-Xmx) settings with this

0 commit comments

Comments
 (0)