Why have you decided to modify an implementation? Are there any special requirements which making this necessary? Why can't you register all the necessary classes in user code?
Best Regards, Igor On Mon, Oct 23, 2017 at 5:04 PM, asingh <[email protected]> wrote: > That was it! > Thank you so much, Igor. > > I just had to add a call to GetBinding() and RegisterComputeFunc() in > platforms/cpp/ignite/src/ignite.cpp main() method. I'm not used to > modifying > an implementation in order to run an example ;) > > Although, this means that every time I change the closure, I have to > rebuild > ignite as well. Not a big problem but if anyone has a more elegant > solution, > I am all ears! > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
