Quiz time
Q.1. State whether the following statements are true or false:
Storm nodes can't be added to the cluster with topologies being executed.
A topology can't survive the Storm node failure.
Storm logs are created on each node in the cluster.
The location of the Storm log creation is configurable.
Q.2. Fill in the blanks:
_______________ is the heartbeat tracker of the cluster.
_______________ is the daemon that's mandatory for topology submission and rebalancing.
The ___________ file holds the worker configuration for the topology.
Q.3. Execute the following use cases to see the internals of Storm:
Start nimbus and check
nimbus.log
to see what a successful startup should look like.Start the supervisor and check
Supervisor.log
to see what a successful startup should look like.Submit the topology, say a simple
WordCount
topology, and figure out theworker.log
file creation.Update
log4j.properties
to change the logging level and verify its impact.