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.
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
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.
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
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
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