Skip to content

Instantly share code, notes, and snippets.

@importerror
Created May 4, 2014 15:41
Show Gist options
  • Save importerror/b6e2f64218d57adca299 to your computer and use it in GitHub Desktop.
Save importerror/b6e2f64218d57adca299 to your computer and use it in GitHub Desktop.
Storm 0.9.1
[santosh@localhost conf]$ cat storm.yaml
########### These MUST be filled in for a storm configuration
java.library.path: "/usr/local/lib:/opt/local/lib:/usr/lib"
storm.zookeeper.servers:
- "localhost"
storm.zookeeper.port: 2181
storm.local.dir: "/var/stormtmp"
nimbus.thrift.port: 6627
#
nimbus.host: "localhost"
supervisor.slots.ports:
- 6700
- 6701
- 6702
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment