Hi, Can "yarn.app.mapreduce.am.staging-dir" be set to use Linux shared mount point? if yes, is the following correct?
mapred-site.xml <property> <name>yarn.app.mapreduce.am.staging-dir</name> <value>file:/share_mnt/tmp</value> </property> where "share_mnt" is the shared folder that can be accessed by all nodes. Please help!