Hi Ovidiu,
the job execution information is only held in memory and completely
discarded when the JobManager is shut down.
However, you can query all stats that are displayed by the dashboard via a
REST API [1] while the JM is running and save them yourself.
This way you can analyze the data also
I would appreciate any indication on how can I save this information at runtime
(completed jobs and whatever the Web Dashboard is using) and replay after
restart.
I don’t see much information in the web client dirs, configured with
webclient.tempdir: weblog
webclient.uploaddir: weblog/uploaddir
I guess it should be possible to manually save this information from the
corresponding directory and copy it back after restart? But I am not sure?
Please correct me if I am wrong.
-Matthias
On 12/16/2015 03:16 PM, Ufuk Celebi wrote:
>
>> On 16 Dec 2015, at 15:00, Ovidiu-Cristian MARCU
>> wro
> On 16 Dec 2015, at 15:00, Ovidiu-Cristian MARCU
> wrote:
>
> Hi
>
> If I restart the Flink I don’t see anymore the history of the completed jobs.
> Is this a missing feature or what should I do to see the completed job list
> history?
Not possible at the moment.
Completed jobs are archive
Hi
If I restart the Flink I don’t see anymore the history of the completed jobs.
Is this a missing feature or what should I do to see the completed job list
history?
Best regards,
Ovidiu