Created on 05-09-2019 04:10 AM - edited 09-16-2022 07:22 AM
Hi Team,
is there a way to get impala query information and store it in hive/impala tables for every sec/minute?
Thanks in advance.
Created 05-11-2019 05:48 PM
Created 05-11-2019 08:08 PM
Yeah eric, i want to store impala query history information in hive to visualize and anaylyze through tableau.
Thanks.
Created 05-15-2019 04:33 AM
Created on 05-15-2019 04:25 AM - edited 05-15-2019 04:26 AM
Hi,
You may think about processing impalad logs and loding such information into tables:
cd /var/log/impalad/
grep 'stmt=select' impalad.*.impala.log.*
Although it requires some work to do.
Regards
Andrzej