Dino L.
Dino L.
I was using this example from doc https://github.com/mesos/storm#running-storm-on-marathon
It worked, thank you. Can author update this doc?
This marathon task runs well ``` { "id": "storm-nimbus", "cmd": "./bin/run-with-marathon.sh", "cpus": 1.0, "mem": 1024, "ports": [0, 1], "instances": 1, "container": { "type": "DOCKER", "docker": { "image": "mesos/storm:0.2.0-1.0.2-1.0.1-jdk8", "network": "HOST",...
Yes. Also there is way to set MESOS_MASTER_ZK and STORM_NIMBUS_OPTS directly from Marathon, ``` "env": { "MESOS_MASTER_ZK": "192.168.1.21", STORM_NIMBUS_OPTS="-c storm.local.dir=/opt/storm -c topology.mesos.worker.cpu=1" } ```
hi guys, Is there any way to update documentatio, how to start Storm over Marathon?
Looking forward. Thanks
I think it should be updated. Not all of us are experts, so documentation should be more user friendly. Currently I am just investigating this as possible solution for our...