Hi
I am trying to change port for executor node
In master i have the following setting
services: {
coordinator.enabled:true,
coordinator.master.enabled: true,
executor.enabled: false,
fabric.port: 56789
}
Same on executor
services: {
coordinator.enabled:false,
coordinator.master.enabled: false,
executor.enabled: true,
fabric.port: 56789
}
I can see that port 56789 is up on master , but its failing on executor and its still trying to connect to 45678