Quick Question...

Posted by Steve Jerman on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Quick-Question-tp13942.html

Hi,

I have a quick question…

How do I set the Configuration passed into RichFunction.open?

I *thought* that setting GlobalJobParameters would do it ...

env.getConfig().setGlobalJobParameters(jobParameters);

But it seems not…

Steve