How to redirect the storing of the following files from /tmp to some other location. hadoop-<os user>-namenode.pid hadoop-<os user>-datanode.pid yarn-<os user>-resourcemanager.pid yarn-<os user>-nodemanager.pid
In /tmp, these files are cleared by OS sometime back and I am unable to shutdown by standard scripts stop-dfs.sh or stop-yarn.sh In core-site.xml I have given property hadoop.tmp.dir but still these pid files are present in /tmp only,
