December 2015
Beginner to intermediate
122 pages
2h 23m
English
Storm can be installed in either of these two ways:
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 ...
Read now
Unlock full access