Re: affinityRun/Call in C++

2018-04-17 Thread Igor Sapego
Hi, Lucas, Yeah, I know of all these issues as we faced them while we were implementing compute API in C++. We have decided to avoid mangling/de-mangling hell and instead ask of user to manual register classes, so we can find and call propper methods. Best Regards, Igor On Tue, Apr 17, 2018 at 2

Re: affinityRun/Call in C++

2018-04-16 Thread Lucas Beeler
Hi Guys, Having (very unfortunately) done a boatload of C++ programming while I was at university, there are some issues to consider here. One of the biggest is compiler name mangling . Now, I’m guessing you’v

Re: affinityRun/Call in C++

2018-04-16 Thread Igor Sapego
It depends on which functionality is needed, as there are several versions of those methods. Some would require implementing of Cluster API, which is not present in C++ also. Best Regards, Igor On Mon, Apr 16, 2018 at 6:41 PM, Denis Magda wrote: > Do we target it for 2.6 release? It shouldn't b

Re: affinityRun/Call in C++

2018-04-16 Thread Denis Magda
Do we target it for 2.6 release? It shouldn't be time-consuming to support it, right? -- Denis On Mon, Apr 16, 2018 at 2:48 AM, Igor Sapego wrote: > Guys, > > I've created a ticket: [1] > > [1] - https://issues.apache.org/jira/browse/IGNITE-8273 > > Best Regards, > Igor > > On Wed, Apr 11, 2018

Re: affinityRun/Call in C++

2018-04-16 Thread Igor Sapego
Guys, I've created a ticket: [1] [1] - https://issues.apache.org/jira/browse/IGNITE-8273 Best Regards, Igor On Wed, Apr 11, 2018 at 2:44 AM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Is there a ticket? Let's create one if not. > > -Val > > On Tue, Apr 10, 2018 at 6:17 AM, V

Re: affinityRun/Call in C++

2018-04-10 Thread Valentin Kulichenko
Is there a ticket? Let's create one if not. -Val On Tue, Apr 10, 2018 at 6:17 AM, Vladimir Ozerov wrote: > Val, > > They are simply not implemented yet. I am not aware of concrete plans to > support them. > > On Mon, Apr 9, 2018 at 11:33 PM, Valentin Kulichenko < > valentin.kuliche...@gmail.com

Re: affinityRun/Call in C++

2018-04-10 Thread Vladimir Ozerov
Val, They are simply not implemented yet. I am not aware of concrete plans to support them. On Mon, Apr 9, 2018 at 11:33 PM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote: > Guys, > > Is there a way to run collocated compute job in C++? I can't find > affinityRun and affinityCall me

affinityRun/Call in C++

2018-04-09 Thread Valentin Kulichenko
Guys, Is there a way to run collocated compute job in C++? I can't find affinityRun and affinityCall method in C++ compute API, am I missing something? If we really don't have them, is there any particular reason for this and/or plans to add them? -Val