Re: 0.10 streaming state documentation out of date

2015-11-06 Thread Maximilian Michels
Looks good. Thanks for the update Stephan. On Thu, Nov 5, 2015 at 7:53 PM, Stephan Ewen wrote: > Fixed the docs. Should be updated on the website once when the build bot > rebuilds them over night. > > On Thu, Nov 5, 2015 at 6:03 PM, Stephan Ewen wrote: > >

Re: 0.10 streaming state documentation out of date

2015-11-05 Thread Maximilian Michels
Hi Martin, You're right. The documentation needs to be updated. I have already filed a JIRA for that: https://issues.apache.org/jira/browse/FLINK-2938 It's actually called getKeyValueState(...) now. Cheers, Max On Thu, Nov 5, 2015 at 4:41 PM, Martin Neumann wrote: > Hej, >

Re: 0.10 streaming state documentation out of date

2015-11-05 Thread Stephan Ewen
I am writing an update in the state docs now... On Thu, Nov 5, 2015 at 5:58 PM, Maximilian Michels wrote: > Hi Martin, > > You're right. The documentation needs to be updated. I have already filed a > JIRA for that: https://issues.apache.org/jira/browse/FLINK-2938 > > It's

Re: 0.10 streaming state documentation out of date

2015-11-05 Thread Stephan Ewen
Fixed the docs. Should be updated on the website once when the build bot rebuilds them over night. On Thu, Nov 5, 2015 at 6:03 PM, Stephan Ewen wrote: > I am writing an update in the state docs now... > > On Thu, Nov 5, 2015 at 5:58 PM, Maximilian Michels

0.10 streaming state documentation out of date

2015-11-05 Thread Martin Neumann
Hej, I'm working with some state full streaming operators at the moment and I noticed that the Documentation is out of date. The documentation says: @Override public void open(Configuration config) { counter = getRuntimeContext().getOperatorState(“counter”, 0L, false); }