Giter Site home page Giter Site logo

Comments (7)

JessicaLHartog avatar JessicaLHartog commented on July 23, 2024

Do you have a typo here? mesos.master.url: zk://master1:2181master2:2181,master3:2181/mesos

It seems at the very least that you're missing a comma.

from storm.

salimane avatar salimane commented on July 23, 2024

@JessicaLHartog yep it was a typo.
Thanks

from storm.

erikdw avatar erikdw commented on July 23, 2024

@salimane : we're confused -- are you saying it was a typo in the question or a typo in your config? (because I see that you updated the question).

Furthermore, I'm confused about this statement "each mesos master running storm-nimbus" --> are you saying that you're running 3 copies of storm-nimbus? If so, then that is your problem -- you are indeed running 3 frameworks. You should only run that command once at a time.

from storm.

salimane avatar salimane commented on July 23, 2024

@erikdw so even though I have 3 mesos masters, I should only run storm-nimbus on one of the master. So if that master goes down, the storm cluster goes down. I thought we would have some HA by running storm on mesos because mesos already have HA if you have multiple mesos masters.
Thanks

from storm.

erikdw avatar erikdw commented on July 23, 2024

@salimane : the choice of where to run your MesosNimbus is orthogonal to where you run your mesos-masters. i.e., in a normal production mesos cluster a framework's scheduler (the MesosNimbus in our case) would definitely not be running on one of the mesos-master hosts.

Also, if the MesosNimbus goes down, the cluster doesn't go down. Just the MesosNimbus / storm-nimbus does. The workers keep running (for the failover period, which is configurable through mesos.master.failover.timeout.secs).

from storm.

salimane avatar salimane commented on July 23, 2024

@erikdw ah I see
Thanks

from storm.

erikdw avatar erikdw commented on July 23, 2024

@salimane ^ please see my updates to my comment above.

from storm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.