> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/data-engineering/aws/emr/issues.md).

# Issues

## 1/1 local-dirs are bad /mnt/yarn; 1/1 log-dirs are bad /var/log/hadoop-yarn/containers

```
du -sh /mnt/*
du -sh /mnt/yarn/*
...
```

```
sudo su -
rm -rf /mnt/yarn/usercache/livy/*
df -h
```
