pedros / hdfs-fuse

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

How to setup FUSE with hadoop-1.0.0? #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use ant to compile hdfs-fuse.
2. Can someone make a new tar file for hadoop-1.0.0?
3.

What is the expected output? What do you see instead?
[root@pcuwtwin07 hadoop-1.0.0]# ant compile -Dfusedfs=1
Buildfile: build.xml

clover.setup:

clover.info:
     [echo]
     [echo]      Clover not found. Code coverage reports disabled.
     [echo]

clover:

ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar
      [get] To: /opt/hadoop-1.0.0/ivy/ivy-2.1.0.jar
      [get] Not modified - so not downloaded

ivy-init-dirs:

ivy-probe-antlib:

BUILD FAILED
/opt/hadoop-1.0.0/build.xml:2316: Class 
org.apache.tools.ant.taskdefs.ConditionTask doesn't support the nested 
"typefound" element.

Total time: 0 seconds

What version of the product are you using? On what operating system?
I am using hadoop-1.0.0 on Scientific Linux 6

Please provide any additional information below.

Original issue reported on code.google.com by neng...@gmail.com on 19 Jan 2012 at 8:07

GoogleCodeExporter commented 8 years ago
I solved this problem. Important things are:

1. Ant need to use the newest version - 1.8

2. fuse and fuse-devel package need to be installed.

Original comment by neng...@gmail.com on 20 Jan 2012 at 4:32