Re: Question about configuring Rich Functions

2017-10-20 Thread Michael Kobit
This thread [1] is where I asked about it as well. [1] http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/LocalStreamEnvironment-configuration-doesn-t-seem-to-be-used-in-RichFunction-operators-td15751.html#a15777 On Fri, Oct 13, 2017 at 9:50 PM Tony Wei wrote: > Hi Steve, > >

Re: LocalStreamEnvironment - configuration doesn't seem to be used in RichFunction operators

2017-09-22 Thread Michael Kobit
or you anyway, since you were trying to write that information > into the Configuration. > > Hope this helps! > > Cheers, > Gordon > > > On 20 September 2017 at 11:25:41 PM, Michael Kobit (mko...@gmail.com) > wrote: > > I'm new to Flink and in the pro

LocalStreamEnvironment - configuration doesn't seem to be used in RichFunction operators

2017-09-20 Thread Michael Kobit
I'm new to Flink and in the process of trying to write a few operators and tests for them. One of the issues I've ran into is "how do I properly set up the dependencies for an operator". I've discovered the serialization constraints and learned about the execution some model as I've started to prog