Repository: mesos Updated Branches: refs/heads/master f5f7ec0d0 -> d863d61b2
fix name of --executor_environment_variables Needs underscores not dashes. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d863d61b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d863d61b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d863d61b Branch: refs/heads/master Commit: d863d61b281ecfe6bb27325a90f4e84881e8cfd6 Parents: f5f7ec0 Author: Benjamin Peterson <[email protected]> Authored: Mon Mar 5 22:02:26 2018 -0800 Committer: Gilbert Song <[email protected]> Committed: Mon Mar 12 00:10:24 2018 -0700 ---------------------------------------------------------------------- docs/upgrades.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/d863d61b/docs/upgrades.md ---------------------------------------------------------------------- diff --git a/docs/upgrades.md b/docs/upgrades.md index 655d702..6bef371 100644 --- a/docs/upgrades.md +++ b/docs/upgrades.md @@ -581,7 +581,7 @@ In order to upgrade a running cluster: <a name="1-0-x-executor-environment-variables"></a> -* By default, executors will no longer inherit environment variables from the agent. The operator can still use the `--executor-environment-variables` flag on the agent to explicitly specify what environment variables the executors will get. Mesos generated environment variables (i.e., `$MESOS_`, `$LIBPROCESS_`) will not be affected. If `$PATH` is not specified for an executor, a default value `/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin` will be used. +* By default, executors will no longer inherit environment variables from the agent. The operator can still use the `--executor_environment_variables` flag on the agent to explicitly specify what environment variables the executors will get. Mesos generated environment variables (i.e., `$MESOS_`, `$LIBPROCESS_`) will not be affected. If `$PATH` is not specified for an executor, a default value `/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin` will be used. <a name="1-0-x-allocator-metrics"></a>
