forked from tysonnorris/mesos-storm-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
storm.yaml
29 lines (23 loc) · 911 Bytes
/
storm.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Please change these for your cluster
# to reflect your cluster settings
# -----------------------------------------------------------
mesos.master.url: "zk://localhost:2181/mesos"
storm.zookeeper.servers:
- "localhost"
nimbus.host: "localhost"
# -----------------------------------------------------------
# You should not need to change anything below this line
#--------------------------------------------------------
# Use the public Mesosphere Storm build
# Please note that it won't work with other distributions
mesos.executor.uri: "http://downloads.mesosphere.io/storm/storm-mesos-0.9.0.1.tgz"
# Use Netty to avoid ZMQ dependencies
storm.messaging.transport: "backtype.storm.messaging.netty.Context"
storm.local.dir: "storm-local"
mesos.framework.role: "*"
mesos.framework.checkpoint: false
mesos.framework.name: "Storm"
#mesos.allowed.hosts:
# - host1
#mesos.disallowed.hosts:
# - host1