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 <balassi.mar...@gmail.com> wrote: > 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 checkpointdir is used, but it goes > through the getEnvironment() function of the AbstractInvokable, a path that > is rather low level for my use case. > > Thanks, > > Marton >