How can I change java.io.tmpdir
folder for my Hadoop 3 Cluster running on YARN?
By default it gets something like /tmp/***
, but my /tmp
filesystem is to small for everythingYARN Job will write there.
Is there a way to change it ?
I have also set hadoop.tmp.dir
in core-site.xml
, but it looks like, it is not really used.