Member since
08-26-2014
7
Posts
3
Kudos Received
0
Solutions
05-19-2022
10:35 PM
I have no idea about your actual code. If you are using a Jdbc connector, it is better to use the 'Hikari Datasource'. ref) https://devrish.wordpress.com/2019/11/24/impala-database-connection-using-hikari-pool-in-springboot/ And you can use 'close()' method on code that is methods of a Hikari datasource object. It shutdown all of network connection between your server and impala daemon.
... View more
05-02-2018
02:16 PM
Thanks Romainr, You pointed us in the right direction. I was setting it in several incorrect places in CM Impala and Hue. The place that finally worked was: Hue-->Configuration Hue Server Advanced Configuration Snippet (Safety Valve) for hue_safety_valve_server.ini [impala] query_timeout_s=86400
... View more
08-14-2017
07:12 AM
Hello Can you please help me with this query. i want to get one month data of june but i am getting errors. where `dm_capacity`.`measured_at` >= 6/31/2017 - interval 1 month
... View more