Re: docker, error NoResourceAvailableException..

2018-08-15 Thread Esteban Serrano
nt: *- JOB_MANAGER_RPC_ADDRESS=jobmanager >> >> >> >> This will give you 1 Job Manager and 2 Task Managers with one task slot >> each, so 2 Task slots in general. >> >> 2) You can deploy 1 Job Manager and 1 Task Manager.Then you need to >> modify

Re: docker, error NoResourceAvailableException..

2018-08-15 Thread shyla deshpande
g setting : > > *taskmanager.numberOfTaskSlots: *2 > > > This will give you 2 Task Slots with only 1 Task Manager. But you will > need to somehow override config in the container, possibly using : > https://docs.docker.com/storage/volumes/ > > Regards, > Dominik. >

ODP: docker, error NoResourceAvailableException..

2018-08-15 Thread Dominik Wosiński
Slots: 2 This will give you 2 Task Slots with only 1 Task Manager. But you will need to somehow override config in the container, possibly using : https://docs.docker.com/storage/volumes/ Regards, Dominik. Od: shyla deshpande Wysłano: środa, 15 sierpnia 2018 07:23 Do: user Temat: docker, error N

docker, error NoResourceAvailableException..

2018-08-14 Thread shyla deshpande
Hello all, Trying to use docker as a single node flink cluster. docker run --name flink_local -p 8081:8081 -t flink local I submited a job to the cluster using the Web UI. The job failed. I see this error message in the docker logs. org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvaila