Re: Setting flink-conf params in IDE

2019-01-16 Thread Till Rohrmann
Hi Alexandru, you can call `StreamExecutionEnvironment#createLocalEnvironment` which you can pass a Flink configuration object. Cheers, Till On Wed, Jan 16, 2019 at 1:05 PM Alexandru Gutan wrote: > Hi everyone! > > Is there a way to set flink-conf.yaml params but when running from the > IDE? >

Setting flink-conf params in IDE

2019-01-16 Thread Alexandru Gutan
Hi everyone! Is there a way to set flink-conf.yaml params but when running from the IDE? What I'm trying to do is to setup JMX metrics: metrics.reporter.jmx.class: org.apache.flink.metrics.jmx.JMXReportermetrics.reporter.jmx.port: 8789 Thanks!