So, here is what I am trying to do: 1. Launch ignite node on one Linux machine 2. Launch another ignite node on second Linux machine 3. On one of the two machines, run the compute_example containing PrintWords() class and have its Call() method invoked via compute.RunAsync() on all three machines in parallel.
All three ignite nodes use the same xml that I had attached earlier. I was not able to have the example dispatch the calls to the independent ignite nodes, without explicitly registering the PrintWords class in ignite's main function. I am sure there is a better way to do this, but I need some help in figuring out how! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
