You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/interactive-query/interactive-query-troubleshoot-hive-logs-diskspace-full-headnodes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.service: hdinsight
5
5
ms.topic: troubleshooting
6
6
author: reachnijel
7
7
ms.author: nijelsf
8
-
ms.date: 07/19/2022
8
+
ms.date: 09/18/2023
9
9
---
10
10
11
11
# Scenario: Apache Hive logs are filling up the disk space on the head nodes in Azure HDInsight
@@ -14,14 +14,14 @@ This article describes troubleshooting steps and possible resolutions for proble
14
14
15
15
## Issue
16
16
17
-
In a HDI 4.0 Apache Hive/LLAP cluster, unwanted logs are taking up the entire disk space on the head nodes. This condition could cause the following problems:
17
+
In an HDI 4.0 Apache Hive/LLAP cluster, unwanted logs are taking up the entire disk space on the head nodes. This condition could cause the following problems:
18
18
19
19
- SSH access fails because no space is left on the head node.
20
20
- HiveServer2 Interactive fails to restart.
21
21
22
22
## Cause
23
23
24
-
Automatic hive log deletion is not configured in the advanced hive-log4j2 configurations. The default size limit of 60GB takes too much space for the customer's usage pattern. By default, the amount of logs kept is defined by this equation `MB logs/day = appender.RFA.strategy.max * 10MB`.
24
+
Automatic hive log deletion is not configured in the advanced hive-log4j2 configurations. The default size limit of 60-GB takes too much space for the customer's usage pattern. By default, the number of logs kept is defined by this equation `MB logs/day = appender.RFA.strategy.max * 10MB`.
25
25
26
26
## Resolution
27
27
@@ -45,7 +45,7 @@ Automatic hive log deletion is not configured in the advanced hive-log4j2 config
0 commit comments