You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/11/11 22:24:07 UTC

[02/10] storm git commit: Update documentation

Update documentation


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

Branch: refs/heads/master
Commit: c90c57447e3c9d466eabf06912e63c8fa53928da
Parents: 5bd5cf9
Author: Thomas Graves <tg...@decadefade.corp.ne1.yahoo.com>
Authored: Tue Nov 3 19:51:04 2015 +0000
Committer: Thomas Graves <tg...@decadefade.corp.ne1.yahoo.com>
Committed: Tue Nov 3 19:51:04 2015 +0000

----------------------------------------------------------------------
 docs/documentation/Setting-up-a-Storm-cluster.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/c90c5744/docs/documentation/Setting-up-a-Storm-cluster.md
----------------------------------------------------------------------
diff --git a/docs/documentation/Setting-up-a-Storm-cluster.md b/docs/documentation/Setting-up-a-Storm-cluster.md
index d38cc6c..24110fd 100644
--- a/docs/documentation/Setting-up-a-Storm-cluster.md
+++ b/docs/documentation/Setting-up-a-Storm-cluster.md
@@ -88,8 +88,9 @@ The health check directory location can be configured with:
 
 ```yaml
 storm.health.check.dir: "healthchecks"
-```
 
+```
+The scripts just have execute permissions.
 The time to allow any given healthcheck script to run before it is marked failed due to timeout can be configured with:
 
 ```yaml