Hello!
I have used with success Flink with Docker, the approach presented in this
article:
http://diegoreico.com/environments/runningflinkgclusterwithzeppelin/
It it using a older version of Flink (1.4.2) in order to be compatible with
Zeppelin client, but you can check if it works with new vers
I didn't use the built-in docker of flink, but the following flink docker
works for me pretty well.
https://github.com/big-data-europe/docker-flink
Piotr Nowojski 于2018年12月7日周五 下午6:20写道:
> Hi,
>
> I have never used flink and docker together, so I’m not sure if I will be
> able to help, howeve
Hi,
I have never used flink and docker together, so I’m not sure if I will be able
to help, however have you seen this README:
https://github.com/apache/flink/tree/master/flink-container/docker
?
Shouldn’t you be passing your arguments via `FLINK_JOB_ARGUMENTS` environment
variable?
Piotrek
>
Hi,
I'm trying to run flink with docker (docker-compose) and job arguments
"config-dev.properties". But it seams that the job arguments are not
available:
docker-compose.yml
version: '2'
services:
job-cluster:
image: ${FLINK_DOCKER_IMAGE_NAME:-timeseries-v1}
ports:
- '8081:8081'