Created
May 4, 2014 15:41
-
-
Save importerror/b6e2f64218d57adca299 to your computer and use it in GitHub Desktop.
Storm 0.9.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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