Hi, Currently peer-deployment is not supported for services. But we have this feature on the roadmap: https://issues.apache.org/jira/browse/IGNITE-1160. It will allow to dynamically deploy new classes on remote nodes before executing services, starting caches, etc.
Now you will have to stop the nodes and deploy manually. I would recommend to take a look at Visor command-line utility, which has the following commands that can be helpful in your case: - start - starts or restarts the nodes locally or on remote hosts via SSH - kill - stops existing nodes - deploy - copies files (JARs, etc.) to remote nodes To start Visor simply run: ./bin/ignitevisorcmd.sh Hope this helps. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ServiceGrid-and-Peer-class-loading-tp1089p1094.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
