Repository: flink
Updated Branches:
  refs/heads/master 1f464c27e -> 11ebf4842


[FLINK-5680] [docs] Document env.ssh.opts

Document env.ssh.opts in setup/config.html.

This closes #3247


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

Branch: refs/heads/master
Commit: 327ff060a7b64862aa6a33b6c8b07bbef05bde76
Parents: 1f464c2
Author: Greg Hogan <c...@greghogan.com>
Authored: Wed Feb 1 09:48:31 2017 -0500
Committer: Greg Hogan <c...@greghogan.com>
Committed: Mon Feb 6 14:40:09 2017 -0500

----------------------------------------------------------------------
 docs/setup/config.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/327ff060/docs/setup/config.md
----------------------------------------------------------------------
diff --git a/docs/setup/config.md b/docs/setup/config.md
index 6bde26a..2872cfa 100644
--- a/docs/setup/config.md
+++ b/docs/setup/config.md
@@ -526,6 +526,8 @@ Previously this key was named `recovery.mode` and the 
default value was `standal
 
 - `env.log.dir`: (Defaults to the `log` directory under Flink's home) Defines 
the directory where the Flink logs are saved. It has to be an absolute path.
 
+- `env.ssh.opts`: Additional command line options passed to SSH clients when 
starting or stopping JobManager, TaskManager, and Zookeeper services 
(start-cluster.sh, stop-cluster.sh, start-zookeeper-quorum.sh, 
stop-zookeeper-quorum.sh).
+
 ### Queryable State
 
 #### Server

Reply via email to