I want reduce load on a single server which is currently hosting EventServer, PredictionServer and Training. Obviously, this will not be scalable.
I want to push the SPARK training job on an EMR cluster which starts on demand, so that our main server is not consumed.
pio train -- --master=spark://master-emr-ip:7077
It could not find that remote. Security groups has been set rightly.