Storm installation
Storm can be installed in either of these two ways:
- Fetch a Storm release from this location using Git:
- Download directly from the following link: https://storm.apache.org/downloads.html
Storm configurations can be done using storm.yaml
, which is present in the conf
folder.
The following are the configurations for a single-machine Storm cluster installation.
Port # 2181
is the default port of Zookeeper. To add more than one zookeeper
, keep entry – separated:
storm.zookeeper.servers: - "localhost" # you must change 2181 to another value if zookeeper running on another port. storm.zookeeper.port: 2181 # In single machine mode nimbus run locally so we are keeping it localhost. # In distributed ...
Get Building Python Real-Time Applications with Storm now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.