@Pruthvi Allam
That looks a permission issue as the inode /user belongs to hdfs
As the root user switch to hdfs user and run the below
$ hdfs dfs -mkdir /user/horton
Change permissions,assuming horton is part of group hdfs
$ hdfs dfs -chown horton:hdfs /user/horton
Retry and revert