Clean up history of job manager

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Clean up history of job manager

Hung
Hi Flink users,

Does anyone know how to clean up job history? especially for failed Flink jobs
Our use case is to clean up history of failed jobs after we saw it.

Best,

Sendoh
Reply | Threaded
Open this post in threaded view
|

Re: Clean up history of job manager

Ufuk Celebi
Hey Sendoh,

unfortunately this is currently not possible. This would need some
refactorings in the way we expose archived execution graphs. If you
like you can go ahead an open a JIRA issue for this.

– Ufuk

On Thu, Oct 13, 2016 at 10:49 AM, Sendoh <[hidden email]> wrote:

> Hi Flink users,
>
> Does anyone know how to clean up job history? especially for failed Flink
> jobs
> Our use case is to clean up history of failed jobs after we saw it.
>
> Best,
>
> Sendoh
>
>
>
> --
> View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Clean-up-history-of-job-manager-tp9509.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: Clean up history of job manager

Hung
Thank you for your reply.
Does it mean when calling monitoring REST API - /joboverview/completed, we actually call execution graphs?
Because I thought REST API reads a log file somewhere?

Cheers,

Sendoh