Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimbus.host is deprecated, support nimbus.seeds #190

Open
erikdw opened this issue Jan 3, 2017 · 0 comments
Open

nimbus.host is deprecated, support nimbus.seeds #190

erikdw opened this issue Jan 3, 2017 · 0 comments
Labels

Comments

@erikdw
Copy link
Collaborator

erikdw commented Jan 3, 2017

As @eyalzek pointed out, nimbus.host is deprecated in storm-1.0+. nimbus.seeds is the new config parameter we should be respecting in the MesosNimbus code.

The Nimbus spits out the following warning when you have nimbus.host:

Using deprecated config nimbus.host for backward compatibility. Please update your storm.yaml so it only has config nimbus.seeds

Note that it will be slightly nuanced to update the MesosNimbus code, as the nimbus.host value drives a couple of different behaviors, and the nimbus.seeds is based on an array of hosts, instead of 1 host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant