Hey John!
It looks like the task managers are not picking up the correct
configuration. Can you please verify that all nodes (JobManager and
TaskManager) use the same configuration.
The task managers use ZooKeeper to look up the JobManager and not the
configuration.
>From the docs
>(https://ci
I'm attempting to move to an HA configuration with a trio of JobManagers on
top of a ZK cluster. From the docs, it appears that I should have them in
my 'masters' file (as I do), but when I attempt to start the TaskManagers,
they die complaining there is no jobmanager.rpc.address config - which
see