fix storm doc
Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/34c62fc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/34c62fc7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/34c62fc7 Branch: refs/heads/master Commit: 34c62fc7fbe465c70c94f5b873ba28c980665180 Parents: 59e0f5a Author: manuzhang <[email protected]> Authored: Thu Feb 4 22:06:26 2016 +0800 Committer: manuzhang <[email protected]> Committed: Thu Feb 4 22:06:26 2016 +0800 ---------------------------------------------------------------------- docs/dev-storm.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/34c62fc7/docs/dev-storm.md ---------------------------------------------------------------------- diff --git a/docs/dev-storm.md b/docs/dev-storm.md index 0ff1127..914aabe 100644 --- a/docs/dev-storm.md +++ b/docs/dev-storm.md @@ -185,7 +185,8 @@ Since StreamCQL already supports Storm, it's straightforward to run StreamCQL ov 3. Go to the installed stream-cql-binary, and change following settings in `conf/streaming-site.xml` with the output Nimbus configs in Step 2. - ```xml + + ```xml <property> <name>streaming.storm.nimbus.host</name> <value>${nimbus.host}</value> @@ -194,7 +195,7 @@ Since StreamCQL already supports Storm, it's straightforward to run StreamCQL ov <name>streaming.storm.nimbus.port</name> <value>${nimbus.thrift.port}</value> </property> - ``` + ``` 4. Open CQL client shell and execute a simple cql example @@ -202,7 +203,7 @@ Since StreamCQL already supports Storm, it's straightforward to run StreamCQL ov bin/cql ``` - ``` + ```sql Streaming> CREATE INPUT STREAM s (id INT, name STRING, type INT) SOURCE randomgen
