Thank you for suggestions. I tried to install MountableHDFS but I failed. It says: *2. fuse_dfs_wrapper.sh dfs://hadoop_server1.foo.com:9000 <http://hadoop_server1.foo.com:9000> /export/hdfs -d and from another terminal, try ls /export/hdfs*
Where to get this script? I have installed libfuse: https://github.com/libfuse/libfuse But I don't see: fuse_dfs_wrapper.sh Sincerely, Alexandr On Thu, Nov 10, 2016 at 8:27 PM, Ravi Prakash <[email protected]> wrote: > Or you could use NFS https://hadoop.apache.org/docs/r2.7.2/hadoop-project- > dist/hadoop-hdfs/HdfsNfsGateway.html . In our experience, both of them > still need some work for stability and correctness. > > On Thu, Nov 10, 2016 at 10:00 AM, <[email protected]> wrote: > >> Fuse is your tool: >> >> https://wiki.apache.org/hadoop/MountableHDFS >> >> >> >> -- >> m: [email protected] >> b: https://mapredit.blogspot.com >> >> >> >> *From: *Alexandr Porunov <[email protected]> >> *Sent: *Thursday, November 10, 2016 6:56 PM >> *To: *user.hadoop <[email protected]> >> *Subject: *How to mount HDFS as a local file system? >> >> >> >> Hello, >> >> >> >> I try to understand how to mount HDFS as a local file system but without >> success. I already have a running a hadoop cluster 2.7.1 but I can access >> HDFS only with hdfs dfs tool. For example: >> >> hdfs dfs -mkdir /test >> >> >> >> Can somebody help me to figure out how to mount it? >> >> >> >> Sincerely, >> >> Alexandr >> >> >> > >
