EXEC_TIME_LIMIT_S is what you want:
https://impala.apache.org/docs/build/html/topics/impala_exec_time_limit_s.html


Those other configurations are based on idle time, but EXEC_TIME_LIMIT_S is
based on the time spent executing.

On Tue, Jan 22, 2019 at 6:36 PM Fawze Abujaber <fawz...@gmail.com> wrote:

> Hi all,
>
> How i can kill a query that running beyond specific time even if it really
> doing calculations?
>
> I'm aware of the 3 timeout configuration that can be used by like idle
> sessio timeout,idle,query timeout and query timeout S.
>
> My goal to kill anything that running/idle beyond 20 minutes because for
> sure there is something to enhance in the query, i'm using the 3 parameters
> and i see queries running for few hours and i want some config that can
> kill such queries.
>
> --
> Take Care
> Fawze Abujaber
>

Reply via email to