- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Impalad logs diskspace full
- Labels:
-
Apache HBase
-
Apache Impala
Created on 03-02-2018 07:01 AM - edited 09-16-2022 05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@mcalnd it's in CDH5.8 onwards
