<name>yarn.nodemanager.local-dirs</name>
<value>/mnt/1/hadoop/yarn/nm-local-dir</value>
/etc/hadoop/conf.empty/mapred-site.xml: <value>/mnt/1/hadoop/mapred/local</value>
This is an example of a yarn-site.xml setting for a worker w/o SSD that I was hoping would hold:
<name>yarn.nodemanager.local-dirs</name>
<value>/hadoop/yarn/nm-local-dir</value>
I raid0 via
mdadm --create /dev/mymnt --level=0 --raid-devices=2 /dev/sd[bc]
mkfs.ext4 -F /dev/mymnt
I need SSD for something else and not for tmp Spark files. It is possible to remount, update the xmls, etc but I hoped there is a better way