Hi,
You should be able to pass the Configuration via:
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#createLocalEnvironment(int,
org.apache.flink.configuration.Configuration)
Regards,
Dawid
On 19/05/2019 20:49, M Singh wrote:
Hey Flink Folks:
I was trying to find out how can pass the params in the
flink-config.yaml file to a application running in local
env.
Can I create a flink-config.yaml file and include it in
the class path ? Or can I pass the parameters via the
parameter tool ?
Please let me know if there is any documentation on
this.
Thanks.