Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Aug 5, 2014
1 parent 5382326 commit 152bf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
<td><code>spark.executorEnv.<EnvironmentVariableName></code></td>
<td><code>spark.executorEnv.[EnvironmentVariableName]</code></td>
<td>(none)</td>
<td>
Add the environment variable specified by <Environment Variable Name> to the Executor
Expand Down
2 changes: 1 addition & 1 deletion docs/running-on-yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
</td>
</tr>
<tr>
<td><code>spark.yarn.appMasterEnv.<Environment Variable Name></code></td>
<td><code>spark.yarn.appMasterEnv.[EnvironmentVariableName]</code></td>
<td>(none)</td>
<td>
Add the environment variable specified by <Environment Variable Name> to the
Expand Down

0 comments on commit 152bf7c

Please sign in to comment.