Created on 03-02-2018 07:01 AM - edited 09-16-2022 05:55 AM
Hi,
im working on a poc where we store files int a HBase table using Impala.
Now we have the problem that /var/log/impalad/profiles is getting out of diskspace because every insert containing the filedata is logged there.
I did not find anything to configure or deactivate that kind of logging.
cdh 5.13
BR
Created 03-02-2018 09:13 AM
Changing the log level will not work.
You can disable query profile profile logging with the following impalad startup option:
--log_query_to_file=false
If successful, you should see "Query profile archival is disabled" in the impalad ERROR log.
Created 03-02-2018 07:28 AM
Hi @kfc
You can go to Configuration in CM Impala service and change the Impala Daemon Logging Threshold ERROR instead of INFO, so just the errors will be logged.
Created 03-02-2018 09:13 AM
Changing the log level will not work.
You can disable query profile profile logging with the following impalad startup option:
--log_query_to_file=false
If successful, you should see "Query profile archival is disabled" in the impalad ERROR log.
Created 07-12-2018 11:57 PM
@alex.behm Did this ever make it into CDH? The JIRA is marked as solved, but that was over 2 years ago.
Created 07-13-2018 08:51 AM
@mcalnd it's in CDH5.8 onwards