Skip to content

Commit 931808c

Browse files
committed
716260
1 parent e1ac60f commit 931808c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/hdinsight/hadoop/hdinsight-troubleshoot-out-disk-space.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Cluster node runs out of disk space in Azure HDInsight
33
description: Troubleshooting Apache Hadoop cluster node disk space issues in Azure HDInsight.
4-
ms.service: hdinsight
5-
ms.topic: troubleshooting
64
author: hrasheed-msft
75
ms.author: hrasheed
86
ms.reviewer: jasonh
9-
ms.date: 08/05/2019
7+
ms.service: hdinsight
8+
ms.topic: troubleshooting
9+
ms.date: 04/30/2020
1010
---
1111

1212
# 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
3333

3434
1. To ultimately resolve the issue, optimize your application.
3535

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+
3643
## Next steps
3744
3845
If you didn't see your problem or are unable to solve your issue, visit one of the following channels for more support:

0 commit comments

Comments
 (0)