how to mount specification-path of hdfs with fuse-dfs

2009-03-26 Thread jacky_ji

i can use fuse-dfs to mount hdfs.  just like this: ./fuse-dfs
dfs://localhost:9000 /mnt/hdfs -d
but  i want to mount the specification path in hdfs now, and i have no idea
ablut it, any advice will be appreciated.
-- 
View this message in context: 
http://www.nabble.com/how-to-mount-specification-path-of-hdfs-with-fuse-dfs-tp22716393p22716393.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.



Re: how to mount specification-path of hdfs with fuse-dfs

2009-03-26 Thread Craig Macdonald

Hi Jacky,

Please to hear that fuse-dfs is working for you.

Do you mean that you want to mount dfs://localhost:9000/users at /mnt/hdfs ?

If so, fuse-dfs doesnt currently support this, but it would be a good 
idea for a future improvement.


Craig

jacky_ji wrote:

i can use fuse-dfs to mount hdfs.  just like this: ./fuse-dfs
dfs://localhost:9000 /mnt/hdfs -d
but  i want to mount the specification path in hdfs now, and i have no idea
ablut it, any advice will be appreciated.
  




Re: how to mount specification-path of hdfs with fuse-dfs

2009-03-26 Thread jacky_ji

yes, thanks for your response.

Craig Macdonald wrote:
 
 Hi Jacky,
 
 Please to hear that fuse-dfs is working for you.
 
 Do you mean that you want to mount dfs://localhost:9000/users at /mnt/hdfs
 ?
 
 If so, fuse-dfs doesnt currently support this, but it would be a good 
 idea for a future improvement.
 
 Craig
 
 jacky_ji wrote:
 i can use fuse-dfs to mount hdfs.  just like this: ./fuse-dfs
 dfs://localhost:9000 /mnt/hdfs -d
 but  i want to mount the specification path in hdfs now, and i have no
 idea
 ablut it, any advice will be appreciated.
   
 
 
 

-- 
View this message in context: 
http://www.nabble.com/how-to-mount-specification-path-of-hdfs-with-fuse-dfs-tp22716393p22734500.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.