Re: Accessing the Configuration

2016-03-13 Thread Michal Fijolek
Oh I see now thanks! -- View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Accessing-the-Configuration-tp10696p10760.html Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Accessing the Configuration

2016-03-13 Thread Robert Metzger
cts/flink/flink-docs-master/apis/batch/index.html On Sun, Mar 13, 2016 at 12:22 PM, Michal Fijolek wrote: > Isn't it what RichFunction.open(Configuration parameters) is for? > > > > -- > View this message in context: > http://apache-flink-mailing-list-archive.100

Re: Accessing the Configuration

2016-03-13 Thread Michal Fijolek
Isn't it what RichFunction.open(Configuration parameters) is for? -- View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Accessing-the-Configuration-tp10696p10756.html Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Accessing the Configuration

2016-03-09 Thread Márton Balassi
Thanks for the clarification. On Wed, Mar 9, 2016 at 2:00 PM, Stephan Ewen wrote: > I think that is not possible currently. Would not be too hard to give > access to the TM config via the RuntimeContext (in a similar way as the > user code classloader, for example). > > On Wed, Mar 9, 2016 at 12

Re: Accessing the Configuration

2016-03-09 Thread Stephan Ewen
I think that is not possible currently. Would not be too hard to give access to the TM config via the RuntimeContext (in a similar way as the user code classloader, for example). On Wed, Mar 9, 2016 at 12:38 PM, Márton Balassi wrote: > Hey, > > I was wondering whether there is a way to access th

Accessing the Configuration

2016-03-09 Thread Márton Balassi
Hey, I was wondering whether there is a way to access the Configuration from an (Stream)ExecutionEnviroment or a RichFunction. Practically I would like to set a temporary persist path in the Configuration and access the location somewhere during the topology. I have followed the way the streaming