Skip to content

Commit 91ff9c8

Browse files
committed
716260
1 parent a443472 commit 91ff9c8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,19 @@ 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.
3535

36-
1. Permanent fix is tuning the following YARN custom configs:
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:
3739

3840
```
3941
yarn.nodemanager.localizer.cache.target-size-mb=2048
4042
yarn.nodemanager.localizer.cache.cleanup.interval-ms=300000
4143
```
4244
45+
1. If the above does not permanently fix the issue, optimize your application.
46+
4347
## Next steps
4448
4549
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)