Re: Command exited with status 1 in running Flink on marathon

2019-03-05 Thread marzieh ghasemi
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 >

Re: Command exited with status 1 in running Flink on marathon

2019-03-05 Thread Piotr Nowojski
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

Re: Command exited with status 1 in running Flink on marathon

2019-03-04 Thread Piotr Nowojski
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

Command exited with status 1 in running Flink on marathon

2019-03-03 Thread Mar_zieh
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