Re: Context-specific step function in Iteration

2016-06-01 Thread Maximilian Michels
Hi Martin, No worries. Thanks for letting us know! Cheers, Max On Mon, May 30, 2016 at 9:17 AM, Martin Junghanns wrote: > Hi again, > > I had a bug in my logic. It works as expected (which is perfect). > > So maybe for others: > > Problem: > - execute superstep-dependent UDFs on datasets which

Re: Context-specific step function in Iteration

2016-05-30 Thread Martin Junghanns
Hi again, I had a bug in my logic. It works as expected (which is perfect). So maybe for others: Problem: - execute superstep-dependent UDFs on datasets which do not have access to the iteration context Solution: - add dummy element to the working set (W) at the beginning of the step functi

Context-specific step function in Iteration

2016-05-29 Thread Martin Junghanns
Hi everyone, In a step-function (bulk) I'd like to join the working set W with another data set T. The join field of T depends on the current super step. Unfortunately, W has no access to the iteration runtime context. I tried to extract the current superstep at the beginning of the step functio