Yeah we got a lot of feedback asking for a solution to this :) On Wed, Jan 23, 2019 at 12:54 PM Fawze Abujaber <[email protected]> wrote:
> Amazing, > > Just on time because i'm planning to upgrade our clusters next week to CDH > 5.16.1 which includes impala 2.12 > > On Wed, Jan 23, 2019 at 7:39 PM Tim Armstrong <[email protected]> > wrote: > >> 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 <[email protected]> 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 >>> >> > > -- > Take Care > Fawze Abujaber >
