Skip to content

Instantly share code, notes, and snippets.

@UsamaAshraf
Created May 14, 2018 11:55
Show Gist options
  • Save UsamaAshraf/3c37a879e711231700c398d67417fe65 to your computer and use it in GitHub Desktop.
Save UsamaAshraf/3c37a879e711231700c398d67417fe65 to your computer and use it in GitHub Desktop.
# Telling the Supervisor where the Zookeeper is.
storm.zookeeper.servers:
- "zookeeper"
# The worker nodes need to know which machine(s) are the candidate of master
# in order to download the topology jars.
nimbus.seeds : ["storm-nimbus"]
# For each Supervisor, we configure how many workers run on that machine.
# Each worker uses a single port for receiving messages, and this setting
# defines which ports are open for use. We define four ports here, so Storm will
# allocate up to four workers to run on this node.
supervisor.slots.ports:
- 6700
- 6701
- 6702
- 6703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment