dfs.data.dir: ${hadoop.tmp.dir}/dfs/data
Determines where on the local filesystem an DFS data node should store its blocks. If this is a comma-delimited list of directories, then data will be stored in all named directories, typically on different devices. Directories that do not exist are ignored. hadoop.tmp.dir: /tmp/hadoop-${user.name}
A base for other temporary directories. mapred.system.dir: ${hadoop.tmp.dir}/mapred/local
The shared directory where MapReduce stores control files. mapred.local.dir: ${hadoop.tmp.dir}/mapred/system
The local directory where MapReduce stores intermediate data files. May be a comma-separated list of directories on different devices in order to spread disk i/o. Directories that do not exist are ignored.