I have three physical nodes with docker installed on them. I have one docker
container with Mesos, Marathon, Hadoop and Flink. I configured Master node
and Slave nodes for Mesos,Zookeeper and Marathon. I do these works step by
step. First, In Master node, I enter to docker container with this comma
Ok, thanks.
On Tue, Mar 5, 2019 at 2:43 PM Piotr Nowojski wrote:
> Hi,
>
> Flink per se doesn’t require Hadoop to work, however keep in mind that you
> need some way to provide some kind of distributed/remote file system for
> checkpoint mechanism to work. If one node writes a file for
> checkpo
Hi,
Flink per se doesn’t require Hadoop to work, however keep in mind that you need
some way to provide some kind of distributed/remote file system for checkpoint
mechanism to work. If one node writes a file for checkpoint/savepoint, in case
of restart/crash this file must be accessible from ot
Hi,
With just this information it might be difficult to help.
Please look for some additional logs (has the Flink managed to log anything?)
or some standard output/errors. I would guess this might be some relatively
simple mistake in configuration, like file/directory read/write/execute
permis
I want to run my flink program on Mesos cluster via marathon. I created an
application with this Json file in Marathon:
{
"id": "flink",
"cmd": "/home/flink-1.7.0/bin/mesos-appmaster.sh
-Djobmanager.heap.mb=1024 -Djobmanager.rpc.port=6123 -Drest.port=8081
-Dmesos.resourcemanager.task