Merge lp:~jorge/charms/bundles/hdp-storm-zookeeper/readmefixes into lp:~asanjar/charms/bundles/hdp-storm-zookeeper/bundle

Proposed by Jorge Castro
Status: Merged
Merged at revision: 3
Proposed branch: lp:~jorge/charms/bundles/hdp-storm-zookeeper/readmefixes
Merge into: lp:~asanjar/charms/bundles/hdp-storm-zookeeper/bundle
Diff against target: 84 lines (+23/-19)
1 file modified
README.md (+23/-19)
To merge this branch: bzr merge lp:~jorge/charms/bundles/hdp-storm-zookeeper/readmefixes
Reviewer Review Type Date Requested Status
amir sanjar Pending
Review via email: mp+235909@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-09-18 03:44:44 +0000
3+++ README.md 2014-09-25 08:04:25 +0000
4@@ -1,5 +1,5 @@
5-
6 # Hortonworks Storm & Zookeeper solution
7+
8 Hortonworks (HDP 2.1.3) Apache Storm is a free and open source distributed
9 real-time computation system. Storm makes it easy to reliably process unbounded
10 streams of data, doing for real-time processing what Hadoop did for batch processing
11@@ -8,6 +8,7 @@
12 it at over a million tuples processed per second per node. It is scalable,
13 fault-tolerant, guarantees your data will be processed, and is easy to set up
14 and operate.
15+
16 This charm will build a storm cluster consistent of:
17 1. Nimbus master node with following daemons will configured and loaded
18
19@@ -22,37 +23,39 @@
20 > storm-supervisor
21
22 # Verify deployment
23- Zookeeper must be loaded and active, to verify:
24-
25- $echo ruok | nc {hdp-zookeeper/0 IP address} 2181
26- $echo stat | nc {hdp-zookeeper/0 IP address} 2181
27-
28- To verify status of Apache Storm cluster go to:
29+
30+Zookeeper must be loaded and active, to verify:
31+
32+ echo ruok | nc {hdp-zookeeper/0 IP address} 2181
33+ echo stat | nc {hdp-zookeeper/0 IP address} 2181
34+
35+To verify status of Apache Storm cluster go to:
36
37 http://{nimbus-server ip address}:8080
38
39 # Real-time usage
40+
41 **Example - Deploying and Managing Apache Storm Topologies:**
42+
43 Following steps demonstrates how to deploy a Storm WordCount application . WordCount application has two parts- Spout randomly generates data
44 streams and Bolts processes generated stream.
45
46- - $juju ssh nimbus-server/0
47- - $storm jar /usr/lib/storm/contrib/storm-starter/storm-starter-0.9.1.2.1.3.0-563-jar-with-dependencies.jar storm.starter.WordCountTopology WordCount
48-
49- How to monitor deployment:
50-
51+ juju ssh nimbus-server/0
52+ storm jar /usr/lib/storm/contrib/storm-starter/storm-starter-0.9.1.2.1.3.0-563-jar-with-dependencies.jar storm.starter.WordCountTopology WordCount
53+
54+How to monitor deployment:
55
56 - go to http://{nimbus-server ip address}:8080
57 - Under "Topology summary", click on "WordCount"
58 - Monitor Spouts & Bolts tasks
59
60 # Scale out usage
61- Example, adding 5 more worker nodes
62-
63- juju add-unit -n 5 storm-worker
64-
65-
66- To verify a successful scale:
67+
68+Example, adding 5 more worker nodes
69+
70+ juju add-unit -n 5 storm-worker
71+
72+To verify a successful scale:
73
74 - http://{nimbus-server ip address}:8080
75 - Under "Topology summary", click on "WordCount"
76@@ -64,7 +67,8 @@
77 - Refresh, notice re-balancing of job as more storm-worker threads become available
78
79 # Contact Information
80-Amir Sanjar <amir.sanjar@canonical.com>
81+
82+- Amir Sanjar <amir.sanjar@canonical.com>
83
84 ## Apache & Hortonworks Storm
85

Subscribers

People subscribed via source and target branches