Re: Apply ACL on file level in Hadoop Cluster

2012-01-19 Thread Tomer Shiran
ner content even if they do not have access permission on them. > > > > I thought of attaining it using ACL's . Is there any other way through > which I can achieve this goal of mine. > > Any ideas and suggestions are welcome. > > > > -----Original Message---

Re: Apply ACL on file level in Hadoop Cluster

2012-01-19 Thread Joey Echeverria
l of mine. > Any ideas and suggestions are welcome. > > -Original Message- > From: Joey Echeverria [mailto:j...@cloudera.com] > Sent: Wednesday, January 18, 2012 6:34 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Apply ACL on file level in Hadoop Cluster > > HDFS

RE: Apply ACL on file level in Hadoop Cluster

2012-01-18 Thread Stuti Awasthi
Any ideas?? -Original Message- From: Stuti Awasthi Sent: Wednesday, January 18, 2012 9:49 PM To: hdfs-user@hadoop.apache.org Subject: RE: Apply ACL on file level in Hadoop Cluster Hi Joey, I shall explain my use-case in detail. So basically I will be storing files in HDFS in different

RE: Apply ACL on file level in Hadoop Cluster

2012-01-18 Thread Stuti Awasthi
ry 18, 2012 6:34 PM To: hdfs-user@hadoop.apache.org Subject: Re: Apply ACL on file level in Hadoop Cluster HDFS only supports Unix style read, write execute permissions. What style of ACLs do you want to apply? -Joey On Wed, Jan 18, 2012 at 7:55 AM, Stuti Awasthi wrote: > Thanks Alex, > Ye

Re: Apply ACL on file level in Hadoop Cluster

2012-01-18 Thread Joey Echeverria
way to achieve that either by conf files or on mounted > drive ?? > > > > -Original Message- > From: alo alt [mailto:wget.n...@googlemail.com] > Sent: Wednesday, January 18, 2012 6:13 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: Apply ACL on file level in Ha

RE: Apply ACL on file level in Hadoop Cluster

2012-01-18 Thread Stuti Awasthi
PM To: hdfs-user@hadoop.apache.org Subject: Re: Apply ACL on file level in Hadoop Cluster Stuti, HDFS does not support ACL's, I assume you mean ACL per file / directory / dataset? I know only Accumulo (http://wiki.apache.org/incubator/AccumuloProposal) which is supporting that. - Alex --

Re: Apply ACL on file level in Hadoop Cluster

2012-01-18 Thread alo alt
Stuti, HDFS does not support ACL's, I assume you mean ACL per file / directory / dataset? I know only Accumulo (http://wiki.apache.org/incubator/AccumuloProposal) which is supporting that. - Alex -- Alexander Lorenz http://mapredit.blogspot.com On Jan 18, 2012, at 1:25 PM, Stuti Awasthi wrot

Apply ACL on file level in Hadoop Cluster

2012-01-18 Thread Stuti Awasthi
Hi All, I wanted to apply ACL on per file level in Hadoop Cluster i.e. I want to apply ACL's on every file which is present in Hadoop Cluster. I tried mounting HDFS using fuse_dfs , that works fine. Now HDFS is a mounted drive I thought it is easy to apply ACL as we do on normal directory in Linu