Intel-bigdata / Spark-PMoF

Spark Shuffle Optimization with RDMA+AEP
Apache License 2.0
30 stars 22 forks source link

Pass IP address to RPMP server process from start script #103

Closed PHILO-HE closed 3 years ago

PHILO-HE commented 3 years ago

The start script can get server IP address from config. And it will go to that host by ssh to launch the server. In the launch, the corresponding IP address can be passed to server process. This looks more straightforward and can avoid some potential issues.

PHILO-HE commented 3 years ago

The start-rpmp.sh script will pass data server IP by reading from rpmp.network.server.address in configuration. And in config, #set_ip will do the setting.