As per documentation, hadoop.tmp.dir is `"A base for other temporary directories." I presume, this path refers to a local file system.
I set this value to /mnt/Hadoop-tmp/hadoop-${user.name}. After formatting the namenode and starting all services, I see the same path created on HDFS.
Does this mean, hadoop.tmp?dir refers to a temporary location on HDFS?