Awesome! - thank you after running apt-get install libfuse-dev I got a successful build.

Thanks for your help :)


On 05 May 2010, at 4:19 PM, Jason Venner wrote:

It does not look like you have the fuse-devel package installed on your system.

On Wed, May 5, 2010 at 7:14 AM, Seraph Imalia <ser...@eisp.co.za> wrote:
Hi Jason,

Thank you, I had autoconf installed but not automake - after installing
automake, the build went further, but this time failed with...

BUILD FAILED
/opt/hadoop-0.20.2/build.xml:497: The following error occurred while
executing this line:
/opt/hadoop-0.20.2/src/contrib/build.xml:30: The following error occurred
while executing this line:
/opt/hadoop-0.20.2/src/contrib/fuse-dfs/build.xml:57: exec returned: 2

The output from the build is attached.



We are running OS: Ubuntu 9.04 x64 (2.6.28-11-server #42-Ubuntu SMP Fri Apr
17 02:45:36 UTC 2009 GNU/Linux)

Regards,
Seraph


On 05 May 2010, at 3:47 PM, Jason Venner wrote:

You will need to install the gnu development tool chain for your
platform, a quick check on an older redhat system I have suggests the
automake and autoconf rpm's will provide aclocal, automake and
autoconf.
The ./configure: not found error is an artifact of the earlier failures.


On Wed, May 5, 2010 at 5:37 AM, Seraph Imalia <ser...@eisp.co.za> wrote:

Hi,
I have been following the following URL to mount an HDFS using
fuse-dfs: http://wiki.apache.org/hadoop/MountableHDFS
I have had many problems trying to build it but have managed to get
through
the first two build commands without build errors. Running the last
build
command "ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1" results in the
following error:
compile:
    [echo] contrib: fuse-dfs
[exec] /opt/hadoop-0.20.1/src/contrib/fuse-dfs/bootstrap.sh: 18:
aclocal: not found
[exec] /opt/hadoop-0.20.1/src/contrib/fuse-dfs/bootstrap.sh: 19:
automake: not found
[exec] /opt/hadoop-0.20.1/src/contrib/fuse-dfs/bootstrap.sh: 20:
autoconf: not found
[exec] /opt/hadoop-0.20.1/src/contrib/fuse-dfs/bootstrap.sh: 21:
./configure: not found
BUILD FAILED
/opt/hadoop-0.20.1/build.xml:497: The following error occurred while
executing this line:
/opt/hadoop-0.20.1/src/contrib/build.xml:30: The following error occurred
while executing this line:
/opt/hadoop-0.20.1/src/contrib/fuse-dfs/build.xml:54: exec returned: 127
I found this link on
google: http://issues.apache.org/jira/browse/HADOOP-4 which does not seem
to
help me.
Please can you assist?
Regards,
Seraph



--
Pro Hadoop, a book to guide you from beginner to hadoop mastery,
http://www.amazon.com/dp/1430219424?tag=jewlerymall
www.prohadoopbook.com a community for Hadoop Professionals






--
Pro Hadoop, a book to guide you from beginner to hadoop mastery,
http://www.amazon.com/dp/1430219424?tag=jewlerymall
www.prohadoopbook.com a community for Hadoop Professionals


Reply via email to