Repository: flink
Updated Branches:
  refs/heads/release-1.2 371b76cd3 -> 28eea24e4


[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/28eea24e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/28eea24e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/28eea24e

Branch: refs/heads/release-1.2
Commit: 28eea24e470d9ddc5fac18c145d8e2212a2cc34d
Parents: 371b76c
Author: barcahead <[email protected]>
Authored: Fri Feb 3 20:30:09 2017 +0800
Committer: Greg Hogan <[email protected]>
Committed: Fri Feb 3 11:47:27 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/flink/blob/28eea24e/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index bf92f56..c19c04b 100644
--- a/docs/setup/config.md
+++ b/docs/setup/config.md
@@ -416,9 +416,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