You need to have the same code on all C++ nodes to be able to execute it remotely. In other words, you need to register classes you want to invoke remotely on all three nodes.
Is that a problem for you? Best Regards, Igor On Wed, Oct 25, 2017 at 6:35 PM, asingh <[email protected]> wrote: > 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/ >
