Skip to content

Commit 152bf7c

Browse files
committed
fix docs
1 parent 5382326 commit 152bf7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Apart from these, the following properties are also available, and may be useful
207207
</td>
208208
</tr>
209209
<tr>
210-
<td><code>spark.executorEnv.<EnvironmentVariableName></code></td>
210+
<td><code>spark.executorEnv.[EnvironmentVariableName]</code></td>
211211
<td>(none)</td>
212212
<td>
213213
Add the environment variable specified by <Environment Variable Name> to the Executor

docs/running-on-yarn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
115115
</td>
116116
</tr>
117117
<tr>
118-
<td><code>spark.yarn.appMasterEnv.<Environment Variable Name></code></td>
118+
<td><code>spark.yarn.appMasterEnv.[EnvironmentVariableName]</code></td>
119119
<td>(none)</td>
120120
<td>
121121
Add the environment variable specified by <Environment Variable Name> to the

0 commit comments

Comments
 (0)