Created 01-25-2017 08:19 AM
So far i have created a directory called certification_tutorials through hue browser in my local sandbox and this is my path "/user/hue/certification_tutorials" when i try to access the same directory through putty it is always showing No such file or directories.i could not find the above directory when i use ls command. when i am trying to find i could.
my present working directory is : /root
i am able to redirected to /home directory after that i am not able to enter into /user/ directory
please anyone help me on how to access "/user/hue/certification_tutorials" using putty.
Thanks in advance
Created 01-25-2017 08:44 AM
/user/hue directory is on HDFS not on local file system, that's the reason you are not able to directly 'cd' to it.
Please try below command(as hue or hdfs user)
hadoop fs -ls /user/hue
Created 01-27-2017 05:34 AM
Created 01-27-2017 06:08 PM
You cannot cd into HDFS folders, Try creating a NFS Gateway for your HDFS and you can cd into those directory! After creating a NFS Gateway, run this command : mount -t nfs -o vers=3,proto=tcp,nolock <ip addr>:/ /data/hadoop/hdfs/