Skip to content

Commit 6dc56b9

Browse files
authored
Merge pull request #113388 from dagiro/716260
716260
2 parents a82a150 + 91ff9c8 commit 6dc56b9

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 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
@@ -31,7 +31,18 @@ Apache Yarn application cache may have consumed all available disk space. Your S
3131

3232
1. To mitigate the issue, kill the application, which will release disk space used by that application.
3333

34-
1. To ultimately resolve the issue, optimize your application.
34+
1. If the issue happens frequently on the worker nodes, you can tune the YARN local cache settings on the cluster.
35+
36+
Open the Ambari UI
37+
Navigate to YARN --> Configs --> Advanced.
38+
Add the following 2 properties to the custom yarn-site.xml section and save:
39+
40+
```
41+
yarn.nodemanager.localizer.cache.target-size-mb=2048
42+
yarn.nodemanager.localizer.cache.cleanup.interval-ms=300000
43+
```
44+
45+
1. If the above does not permanently fix the issue, optimize your application.
3546
3647
## Next steps
3748

0 commit comments

Comments
 (0)