Repository: flink Updated Branches: refs/heads/master d94dfde57 -> 7761ddb6f
[hotfix] Add sshd line in Cluster Setup Documentation Before, it said to call /etc/init.d/ssh restart. This does not work on some systems. There you might need /etc/init.d/sshd restart. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7761ddb6 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7761ddb6 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7761ddb6 Branch: refs/heads/master Commit: 7761ddb6f94a094a102625f7c4b48994cfa7b7ba Parents: d94dfde Author: Aljoscha Krettek <[email protected]> Authored: Mon Jul 13 16:04:38 2015 +0200 Committer: Aljoscha Krettek <[email protected]> Committed: Mon Jul 13 16:04:38 2015 +0200 ---------------------------------------------------------------------- docs/setup/cluster_setup.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7761ddb6/docs/setup/cluster_setup.md ---------------------------------------------------------------------- diff --git a/docs/setup/cluster_setup.md b/docs/setup/cluster_setup.md index ea272a7..232708b 100644 --- a/docs/setup/cluster_setup.md +++ b/docs/setup/cluster_setup.md @@ -153,6 +153,9 @@ environments with the following commands: ~~~bash echo "PermitUserEnvironment yes" >> /etc/ssh/sshd_config /etc/init.d/ssh restart + +# on some system you might need to replace the above line with +/etc/init.d/sshd restart ~~~ ## Hadoop Distributed Filesystem (HDFS) Setup
