From 152bf7ccd59f3e62bab803b3c6cf5e7c6b88b05c Mon Sep 17 00:00:00 2001 From: Thomas Graves Date: Mon, 21 Jul 2014 12:15:04 -0500 Subject: [PATCH] fix docs --- docs/configuration.md | 2 +- docs/running-on-yarn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6b927a1790f36..ec38762c31923 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -207,7 +207,7 @@ Apart from these, the following properties are also available, and may be useful - spark.executorEnv. + spark.executorEnv.[EnvironmentVariableName] (none) Add the environment variable specified by to the Executor diff --git a/docs/running-on-yarn.md b/docs/running-on-yarn.md index 985287275860b..fb14f73f083c7 100644 --- a/docs/running-on-yarn.md +++ b/docs/running-on-yarn.md @@ -115,7 +115,7 @@ Most of the configs are the same for Spark on YARN as for other deployment modes - spark.yarn.appMasterEnv. + spark.yarn.appMasterEnv.[EnvironmentVariableName] (none) Add the environment variable specified by to the