IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New theoretical issue
if I have a distributed file system like hadoop
and I have a nix based front end
I have 5 million users
the path to data messages is /uid/messages/lotsOfMessages
how would I mount that to the nix front end to traverse the path?
I know I cant have 5 million mount points
wondering
New Re: theoretical issue
5 million points of mount?

Call George.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Re: theoretical issue
You have to have a root somehwere. Hadoop or otherwise.

Mount that up one and set off from there.
New so mount /dev/hadoop/foo on /bar
cd /bar/
ls would fail because of the millions od entries
cd /bar/uid/messages would succeed, think you are right
although the idea of a peer to peer filesystem run over ssh pipes makes me a little nervous, why not buy a NAS if I could find one that ran fast enough
New Re: so mount /dev/hadoop/foo on /bar
Exactly, you don't need to see the directory structure, you already know it.

Doing the stuff over SSH is a very well known task and works very well.

SSHFS is a very good implementation of it... though in USERLAND tools.

Hadoop is very nicely done as well.
New trying to get rid of veritas licenses
want to get my message stores flatter as well
     theoretical issue - (boxley) - (5)
         Re: theoretical issue - (malraux)
         Re: theoretical issue - (folkert) - (3)
             so mount /dev/hadoop/foo on /bar - (boxley) - (2)
                 Re: so mount /dev/hadoop/foo on /bar - (folkert) - (1)
                     trying to get rid of veritas licenses - (boxley)

Sharp as a balloon.
41 ms