Hi Till,
thanks for the great explanation! This was exactly what I was looking for.
Have a great day!
Regards,
Benjamin
Am 15. Feb. 2019, 10:55 +0100 schrieb Till Rohrmann :
> Hi Benjamin,
>
> what do you mean with "start a RemoteExecutionEnvironment from the IDE from
> scratch"? Are you askin
Hi Benjamin,
what do you mean with "start a RemoteExecutionEnvironment from the IDE from
scratch"? Are you asking whether you can restart the cluster against which
the RemoteExecutionEnvironment submits the job? This is not possible.
If you want to debug `RemoteInputChannels` locally, you could u
Hi Andrey,
I made some bigger changes in the logic of the RemoteInputChannels, means that
this class should be recompiled for every run.
Attaching to the IDE is pretty helpful, I already tried that before.
But I think that there is just no solution for this and I have rerun the
environment manu
Hi Benjamin,
what kind of problem with RemoteInputChannels are you debugging?
If the problem is in a Task Manager, you can try enabling IDE debug
in flink-conf.yaml [1] before starting the task manager and then attach IDE
to the JVM process of the Task Manager.
Best,
Andrey
[1]
https://cwiki.ap
Hi all,
I’m currently debugging and enjoy it executing my task directly from the IDE.
The IDE starts a LocalExecutionEnvironment and immediately runs the task.
Now my errors seem to only appear when executing in the
RemoteExecutionEnvironment. (it’s around the RemoteInputChannels et. al.)
To run i