RE: Question regarding the datafile call stack

2007-04-24 Thread Hairong Kuang
Subject: Question regarding the datafile call stack hey, I'm working on implementing permissions for hadoops DFS system. My first task is to associate users and groups with files. I have accomplished this with directories by adding a User object which contains user and group fields. Th

Question regarding the datafile call stack

2007-04-24 Thread Kurtis Heimerl
hey, I'm working on implementing permissions for hadoops DFS system. My first task is to associate users and groups with files. I have accomplished this with directories by adding a User object which contains user and group fields. This is transferred over the wire and stored with an INode. So, t