pedros / hdfs-fuse

Automatically exported from code.google.com/p/hdfs-fuse
2 stars 1 forks source link

How to install hdfs-fuse? #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using hadoop "hadoop-0.20.1" version in ubundu. I need to install fuse in 
my machine.

1) Could you please advise me "hdfs-fuse-0.2.linux2.6-gcc4.1-x86.tar.gz" is 
suitable for hadoop-0.20.1. 
2) Could you please provide me a fuse installation steps.

Thanks in advance
Maria prabudass

Original issue reported on code.google.com by maria.pr...@gmail.com on 11 Oct 2011 at 7:13

Aditya-Kashyap commented 5 years ago

I am not sure about hadoop-0.20.1 but you can try:

Add CDH5 Repository:

wget http://archive.cloudera.com/cdh5/one-click-install/trusty/amd64/cdh5-repository_1.0_all.deb sudo dpkg -i cdh5-repository_1.0_all.deb.

Install hadoop-hdfs-fuse

sudo apt-get update sudo apt-get install hadoop-hdfs-fuse

Mount your HDFS

sudo mkdir -p sudo hadoop-fuse-dfs dfs://:

Now your HDFS is mounted locally at mount_point and you can ls to see in it and use other linux commands.

Let me know if it worked or not!