In order to resolve this issue create the home directory on HDFS. For example, you are logged with with user hduser on your system.
$ hdfs fs -mkdir -p /user/hduserAll set. Now you can list files and directories under Hadoop Distributed file system and do other operations normally.
$ hdfs fs -ls
Comments
Post a Comment