You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Mike Navarro <mi...@renderrocket.com> on 2006/12/07 01:11:46 UTC

Fuse-Hadoop Help

Hi all,

 

For all those who have successfully built fuse-hadoop, I am looking to
do the same. 

 

I need some help de-bugging the errors I'm getting while trying to build
fuse-hadoop. 

 

Attached is the errorLog and the README file with the steps I followed,
which I briefly outline as follows:

 

1 - downloaded and installed fuse (version: fuse-2.6.1)

2 - downloaded and installed fuse-j (version: fuse-j-2.4-prerelease1)

3 - downloaded and installed hadoop (version: hadoop-0.9.0)

4 - downloaded and installed fuse-hadoop-0.1.1.tar.gz

 

I copied "fuse-j-2.2.3.jar" from Step 2 to fuse-hadoop-0.1.1/lib

I copied "hadoop-0.9.1-dev.jar" from Step 3 to fuse-hadoop-0.1.1/lib

 

Attached error log comes when I execute "ant jar" in
"/usr/local/fuse-hadoop-0.1.1"

 

By the way, I'm using "jdk1.5.0_10" and "apache-ant-1.6.5"

 

Thoughts anyone?

 

Many thanks,

 

-Mike


Re: Fuse-Hadoop Help

Posted by Konstantin Shvachko <sh...@yahoo-inc.com>.
Sounds like a bug in fuse-hadoop-0.1.1
How come the nightly build is not failing?


김형준 wrote:

> I used fuse-hadoop-0.1.0 and successfully mounted.
> The fuse-hadoop-0.1.0 version uses DistributedFileSystem instead of
> DFSClient class.
> DFSClient class isn't public.
>


Re: Fuse-Hadoop Help

Posted by 김형준 <ba...@gmail.com>.
I used fuse-hadoop-0.1.0 and successfully mounted.
The fuse-hadoop-0.1.0 version uses DistributedFileSystem instead of
DFSClient class.
DFSClient class isn't public.