Are you by chance running 0.19.0?
That ls output looks like 0.19.0's output.

On Thu, Oct 8, 2009 at 11:35 PM, yibo820217 <[email protected]> wrote:

>
> Hi,
>
> I get the following error when trying to mount the fuse dfs,
>
> the first problem is:
> [r...@puppet ~]# fuse_dfs_wrapper.sh dfs://100.207.100.25:9000/ /dfs
> port=9000,server=100.207.100.25
> fuse-dfs didn't recognize /dfs,-2
>
> the second problem is:
> then i cd /dfs,
> [r...@puppet dfs]# ls -l
> total 0
> ?--------- ? ? ? ?            ? n:9000/1
> ?--------- ? ? ? ?            ? n:9000/tmp
> ?--------- ? ? ? ?            ? n:9000/user
>
> when use -d option,like
> [r...@puppet ~]# fuse_dfs_wrapper.sh dfs://100.207.100.25:9000/ /dfs -d
> port=9000,server=10.207.0.25
> fuse-dfs didn't recognize /dfs,-2
> fuse-dfs ignoring option -d
> FUSE library version: 2.8.1
> nullpath_ok: 0
> unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
> INIT: 7.10
> flags=0x0000003b
> max_readahead=0x00020000
>   INIT: 7.12
>   flags=0x00000011
>   max_readahead=0x00020000
>   max_write=0x00020000
>   unique: 1, success, outsize: 40
> ....
> unique: 70, opcode: GETATTR (3), nodeid: 1, insize: 56
> getattr /
>   unique: 70, success, outsize: 120
> unique: 71, opcode: OPENDIR (27), nodeid: 1, insize: 48
>   unique: 71, success, outsize: 32
> unique: 72, opcode: READDIR (28), nodeid: 1, insize: 80
> readdir[0] from 0
>   unique: 72, success, outsize: 192
> unique: 73, opcode: GETATTR (3), nodeid: 1, insize: 56
> getattr /
>   unique: 73, success, outsize: 120
> unique: 74, opcode: LOOKUP (1), nodeid: 1, insize: 47
> LOOKUP /n:9000
> getattr /n:9000
> Exception in thread "Thread-3" java.lang.IllegalArgumentException: Pathname
> /n:9000 from /n:9000 is not a valid DFS filename.
>        at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:158)
>        at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:453)
>        at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:643)
> Call to org.apache.hadoop.fs.FileSystem::exists failed!
>   unique: 74, error: -2 (No such file or directory), outsize: 16
> unique: 75, opcode: LOOKUP (1), nodeid: 1, insize: 47
> LOOKUP /n:9000
> getattr /n:9000
> Exception in thread "Thread-7" java.lang.IllegalArgumentException: Pathname
> /n:9000 from /n:9000 is not a valid DFS filename.
>        at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:158)
>        at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:453)
>        at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:643)
> Call to org.apache.hadoop.fs.FileSystem::exists failed!
>   unique: 75, error: -2 (No such file or directory), outsize: 16
> unique: 76, opcode: LOOKUP (1), nodeid: 1, insize: 47
> LOOKUP /n:9000
> getattr /n:9000
> Exception in thread "main" java.lang.IllegalArgumentException: Pathname
> /n:9000 from /n:9000 is not a valid DFS filename.
>        at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:158)
>        at
>
> org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:453)
>        at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:643)
> Call to org.apache.hadoop.fs.FileSystem::exists failed!
>   unique: 76, error: -2 (No such file or directory), outsize: 16
> unique: 77, opcode: READDIR (28), nodeid: 1, insize: 80
>   unique: 77, success, outsize: 16
> unique: 78, opcode: RELEASEDIR (29), nodeid: 1, insize: 64
>   unique: 78, success, outsize: 16
>
>
> Thanks,
>
> Darren.
>
> --
> View this message in context:
> http://www.nabble.com/fuse-dfs%3Afuse-dfs-didn%27t-recognize--dfs%2C-2-tp25816143p25816143.html
> Sent from the Hadoop core-user mailing list archive at Nabble.com.
>
>


-- 
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