Re: Containerising Storm

2016-11-23 Thread Xin Wang
orm-on-docker-swarm.html is also worth having a look > at? > > With kind regards > > Samuel > > -Original Message- > From: Marc Roos [mailto:m.r...@f1-outsourcing.eu] > Sent: Dienstag, 22. November 2016 19:44 > To: user > Subject: RE: Containerising Storm > &g

RE: Containerising Storm

2016-11-23 Thread Samuel.Bucheli
Subject: RE: Containerising Storm What about having a look at Heron? Afaik it was developed specifically to be run with an external scheduling component. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -. F1 Outsourcing Development Sp. z o.o. Poland t: +48 (0)124466845 f

RE: Containerising Storm

2016-11-22 Thread Marc Roos
-outsourcing.eu -Original Message- From: Zachary Smith [mailto:tud20...@temple.edu] Sent: dinsdag 22 november 2016 19:28 To: user@storm.apache.org Subject: Re: Containerising Storm storm-mesos also provides a way to use storm on top of mesos/marathon https://github.com/mesos/storm On

Re: Containerising Storm

2016-11-22 Thread Zachary Smith
storm-mesos also provides a way to use storm on top of mesos/marathon https://github.com/mesos/storm On Tue, Nov 22, 2016 at 12:52 PM, Ambud Sharma wrote: > https://github.com/Symantec/hendrix/blob/current/install/ > scripts/local-build-install-docker.sh > > Here's a docker compose way of doing

Re: Containerising Storm

2016-11-22 Thread Ambud Sharma
https://github.com/Symantec/hendrix/blob/current/install/scripts/local-build-install-docker.sh Here's a docker compose way of doing it. Zookeeper in this case is not scalable. I had to rebuild some of the images for Storm to fix issues with environment variables and DNS lookups. Those images shou

Re: Containerising Storm

2016-11-22 Thread Cuneo, Nicholas
We tried doing the same but ran into deployment issues with storm workers being deployed on separate docker instances. I wasn't directly involved so I can't give much details, I just know that storm is no longer containerized on our end. --- Sent from Boxer | http://getboxer.com

Re: Containerising Storm

2016-11-22 Thread Paritosh Anand
Hi, There is an official image for Apache Storm available on Docker hub. You can start by trying this image. If you may, you can also try this image https://hub.docker.com/r/kakapari/docker-storm/ this simply installs 1. Zookeeper v3.4.8 2. Storm nimbus v0.10.1 3. Storm supervisor with 2 workers

Containerising Storm

2016-11-22 Thread Al Hennessey
Hi I am looking to containerise my storm setup so I can run it across services like kubernetes or mesos. I can't find an official docker release and wondering what you guys recommend or whether it's easier just to package one myself. Thanks for the help