Re: ignite compute job continuation documentation

2017-09-07 Thread Denis Magda
Evgeniy, Agree that the continuation API is poorly documented. Actually, the same concern was reported before: https://issues.apache.org/jira/browse/IGNITE-4222 Someone from the community will fix this gap soon. — Denis > On Sep 7, 2017, at

Re: ignite compute job continuation documentation

2017-09-07 Thread Mikhail
Hi Evgeniy, if you understand the code, then you can improve java doc. it's apache, so anyone can contribute to it, please alter java doc appropriately and make a pull request with improvements. Thanks, Mikhail. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ignite compute job continuation documentation

2017-09-07 Thread Evgeniy Ignatiev
Sorry, understood the flow after going through the example in the debug mode and rereading Javadoc. Still think that documentation on the Compute Job Continuations is really obscure. Best regards, Evgeniy. On 9/5/2017 9:58 PM, mcherkasov wrote: Hi Anton, We have only docs that you

Re: ignite compute job continuation documentation

2017-09-07 Thread Evgeniy Ignatiev
Is there anywhere more elaborate information on how/from what point actually the job execution will be resumed after the #holdcc is called and there was a return from the job? Best regards, Evgeniy. On 9/5/2017 9:58 PM, mcherkasov wrote: Hi Anton, We have only docs that you mentioned. Do

Re: ignite compute job continuation documentation

2017-09-06 Thread Evgeniy Ignatiev
May be a couple of lines can be added to official documentation so the users can actually know about the existence of this feature without going through examples? Also it is currently unclear for me looking on the ComputeFibonacciContinuationExample why holdcc is called before the listener is

Re: ignite compute job continuation documentation

2017-09-05 Thread mcherkasov
Hi Anton, We have only docs that you mentioned. Do you have questions about continuation jobs? Thanks, Mikhail. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/