File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
articles/hdinsight/hadoop Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Cluster node runs out of disk space in Azure HDInsight
3
3
description : Troubleshooting Apache Hadoop cluster node disk space issues in Azure HDInsight.
4
- ms.service : hdinsight
5
- ms.topic : troubleshooting
6
4
author : hrasheed-msft
7
5
ms.author : hrasheed
8
6
ms.reviewer : jasonh
9
- ms.date : 08/05/2019
7
+ ms.service : hdinsight
8
+ ms.topic : troubleshooting
9
+ ms.date : 04/30/2020
10
10
---
11
11
12
12
# Scenario: Cluster node runs out of disk space in Azure HDInsight
@@ -33,6 +33,13 @@ Apache Yarn application cache may have consumed all available disk space. Your S
33
33
34
34
1 . To ultimately resolve the issue, optimize your application.
35
35
36
+ 1 . Permanent fix is tuning the following YARN custom configs:
37
+
38
+ ```
39
+ yarn.nodemanager.localizer.cache.target-size-mb=2048
40
+ yarn.nodemanager.localizer.cache.cleanup.interval-ms=300000
41
+ ```
42
+
36
43
## Next steps
37
44
38
45
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:
You can’t perform that action at this time.
0 commit comments