flink-remote-shuffle
flink-remote-shuffle copied to clipboard
Avoid specifying "remote-shuffle.manager.rpc-address" when start ShuffleManager in standalone mode
We must specify "remote-shuffle.manager.rpc-address" when start ShuffleManager in standalone mode now.
eg.
bash /opt/flink-remote-shuffle/active/bin/shufflemanager.sh start remote-shuffle.manager.rpc-address=${IP}
The configuration should be removed
@dangshazi Thanks for reporting this issue, I agree that we should avoid that for simplicity. Would you prepare a patch for it?