To my practise on Hadoop HDFS, I understood that on creating a user say u1 and trying to put a file from the local file system to the HDFS, it searches for the directory /user/u1 (by default) with write permissions on the HDFS file system.
By default all the users search their (HDFS home)directories in the /user directory on the HDFS. My doubt is can I change the default HDFS home directory to /user directory from something other.
Also is there any possibility to have different locations for HDFS home directories for different users as we do in the case of Linux users i.e for user1 the HDFS home directory should be /home1/user1 and for *user2 the HDFS home directory should be as /home2/user2.
Please correct me if my assumptions are wrong.