Hi Harsh: I run under hadoop-hdfs project: mvn install -Drequire.fuse=true -DskipTests
and the logs show: BUILD SUCCESS So I go to the src/hadoop-hdfs-project/hadoop-hdfs/src/main/native/fuse-dfs/ to run the fuse_dfs_wrapper.sh: [root@Hadoop fuse-dfs]# ./fuse_dfs_wrapper.sh hdfs://Hadoop:8020 /mnt/ ./fuse_dfs_wrapper.sh: line 46: fuse_dfs: command not found Obviously,the above error shows that something is still abnormal. My question are: Is it correct that to check the fuse? Is there any other ways to check whether the fuse-dfs installed successfully? Thanks Regards 2013/4/10 Harsh J <[email protected]> > Run under hadoop-hdfs project: > > mvn install -Drequire.fuse=true > > > On Wed, Apr 10, 2013 at 7:36 PM, YouPeng Yang > <[email protected]>wrote: > >> Dear All >> >> I want to integrate the FUSE with the Hadoop. >> So i checkout the code using the command: >> *[root@Hadoop ~]# svn checkout >> http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk* >> >> However I did not find any ant build.xmls to build the fuse-dfs in the >> >> *hadoop-trunk/hadoop-hdfs-project/hadoop-hdfs/src/contrib.* >> * * Did I checkout the wrong codes, Or is there any other ways to bulid >> fuse-dfs? >> >> * * Please guide me . >> * * >> * >> * >> *Thanks * >> >> regards >> > > > > -- > Harsh J >
