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