flink-remote-shuffle icon indicating copy to clipboard operation
flink-remote-shuffle copied to clipboard

Avoid specifying "remote-shuffle.manager.rpc-address" when start ShuffleManager in standalone mode

Open dangshazi opened this issue 2 years ago • 1 comments

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 avatar Apr 21 '22 02:04 dangshazi

@dangshazi Thanks for reporting this issue, I agree that we should avoid that for simplicity. Would you prepare a patch for it?

wsry avatar Apr 21 '22 07:04 wsry