Created 01-03-2018 06:13 PM
running a job in hive, writes cache to /var/hadoop/yarn/local/usercache
This is causing the /var file system to fill up resulting in node manage failures on some nodes and the job to hang.
Is it possible to direct usercache to a different location?
Created 01-03-2018 06:44 PM
@Jon Page
You can't move just the usercache directory, but you can move its parent: set yarn.nodemanager.local-dirs to a different location.