Repository: flink
Updated Branches:
  refs/heads/master 7b1857d84 -> 31e157346


[FLINK-5708] [docs] Remove duplicate configuration option

This closes #3261


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/31e15734
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/31e15734
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/31e15734

Branch: refs/heads/master
Commit: 31e1573460f201e161b2fc74805cd8d706862bba
Parents: 7b1857d
Author: barcahead <[email protected]>
Authored: Fri Feb 3 20:30:09 2017 +0800
Committer: Greg Hogan <[email protected]>
Committed: Fri Feb 3 11:44:59 2017 -0500

----------------------------------------------------------------------
 docs/setup/config.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/31e15734/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index 82a5c45..6bde26a 100644
--- a/docs/setup/config.md
+++ b/docs/setup/config.md
@@ -418,9 +418,7 @@ of the JobManager, because the same ActorSystem is used. 
Its not possible to use
 
 - `yarn.application-master.env.`*ENV_VAR1=value* Configuration values prefixed 
with `yarn.application-master.env.` will be passed as environment variables to 
the ApplicationMaster/JobManager process. For example for passing 
`LD_LIBRARY_PATH` as an env variable to the ApplicationMaster, set:
 
-- `yarn.application-master.env.LD_LIBRARY_PATH: "/usr/lib/native"`
-
-- `yarn.containers.vcores` The number of virtual cores (vcores) per YARN 
container. By default, the number of `vcores` is set to the number of slots per 
TaskManager, if set, or to 1, otherwise.
+    `yarn.application-master.env.LD_LIBRARY_PATH: "/usr/lib/native"`
 
 - `yarn.taskmanager.env.` Similar to the configuration prefix about, this 
prefix allows setting custom environment variables for the TaskManager 
processes.
 

Reply via email to