The only fuse-dfs documentation I'm aware of is here: https://github.com/apache/hadoop/tree/release-2.7.1/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/doc
(This is a link into the source for the recent 2.7.1 release.) Unfortunately, this is somewhat outdated. I can tell because the build command shows ant, but we've converted to Maven. Running this command would build it: mvn clean package -Pnative -Drequire.fuse=true -DskipTests -Dmaven.javadoc.skip=true If you need more information on setting up a Hadoop build environment, see BUILDING.txt in the root of the project's source tree. --Chris Nauroth From: Caesar Samsi <[email protected]<mailto:[email protected]>> Date: Wednesday, July 22, 2015 at 11:20 AM To: Chris Nauroth <[email protected]<mailto:[email protected]>>, "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: RE: fuse-dfs Hi Chris, and all, Fuse-Dfs is of interest also, would you have a getting started link to it? The link I have is rather old from version 0.x. Thank you! Caesar. From: Chris Nauroth [mailto:[email protected]] Sent: Wednesday, July 22, 2015 11:56 AM To: [email protected]<mailto:[email protected]> Subject: Re: hadoop-hdfs-fuse missing? Hello Caesar, Since this is a question specific to a vendor's distribution and how to consume their packaging, I recommend taking the question to the vendor's own forums. Questions about how to use fuse-dfs or build it from Apache source definitely would be a good fit for this list though. Thank you! --Chris Nauroth From: Caesar Samsi <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Tuesday, July 21, 2015 at 5:10 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: hadoop-hdfs-fuse missing? Hi, I'm trying to install hadoop-hdfs-fuse package on a Ubuntu machine. I've added the cloudera repository deb [arch=amd64] http://archive.cloudera.com/cm5/ubuntu/trusty/amd64/cm trusty-cm5 contrib Also done sudo apt-get update When I do sudo apt-get install hadoop-hdfs-fuse I get an "Unable to locate package" error. Did I use the right repository? If not, what is the correct one? Thank you, Caesar.
