You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As @eyalzekpointed 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.
The text was updated successfully, but these errors were encountered:
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
:Note that it will be slightly nuanced to update the MesosNimbus code, as the
nimbus.host
value drives a couple of different behaviors, and thenimbus.seeds
is based on an array of hosts, instead of 1 host.The text was updated successfully, but these errors were encountered: