I can create directory in HDFS under current user directory
hdfs dfs -mkdir /user/john.doe/data
Above command executed without issue. However data
directory was not created under /home/john.doe
directory in Linux
what is the best way to create hdfs directory in associated linux directory?