You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by ki...@apache.org on 2012/12/20 19:06:49 UTC

[8/19] git commit: Update README.md

Update README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/4d9581b8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/4d9581b8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/4d9581b8

Branch: refs/heads/S4-110
Commit: 4d9581b8cc2d9e050fc688901ddc5d205691fe94
Parents: e73c3de
Author: Kishore Gopalakrishna <g....@gmail.com>
Authored: Thu Nov 29 17:34:43 2012 -0800
Committer: Kishore Gopalakrishna <g....@gmail.com>
Committed: Thu Nov 29 17:34:43 2012 -0800

----------------------------------------------------------------------
 README.md |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/4d9581b8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 934fd64..58373f3 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,9 @@ Send some events to names stream. Notice that the partitions are divided among t
 
     ./s4 adapter -c=cluster1 -zk=localhost:2181 -s=names
 
+Run the status tool to view the cluster state. It provide which nodes are up, what Apps are deployed, metadata about tasks like what stream is it processing how many partitions, which node is leader for each partition etc
+
+    ./s4 status -c=cluster1
 
 Overview
 --------