Re: Change conf.yaml properties flink docker

2018-03-15 Thread Gary Yao
Hi Miki, A custom image is not needed to do that. You can mount a directory containing a custom flink-conf.yaml [1], and set the environment variable FLINK_CONF_DIR to point to that directory [2][3]. Best, Gary [1] https://docs.docker.com/storage/volumes/ [2] https://docs.docker.com/engine/refer

Change conf.yaml properties flink docker

2018-03-15 Thread miki haiat
HI , I want to change some flink-conf (jvm parameters ) properties that are default configured In the latest docker image . The only option that i can think of is creating custom image that will overwrite the current flink-conf file with new properties ? I basically want to create kubern