Re: HCat security design

2012-01-30 Thread Enis Söztutar
Oh, I though you were referring to the commands at the background section. Anyway, I've added 'RW' there. Thanks, Enis On Mon, Jan 30, 2012 at 6:21 PM, Ted Yu wrote: > I meant to say that the following example should be modified: > > grant '@goo' 'hbase_table' > > > > On Mon, Jan 30, 2012 at 5:

Re: HCat security design

2012-01-30 Thread Ted Yu
I meant to say that the following example should be modified: grant '@goo' 'hbase_table' On Mon, Jan 30, 2012 at 5:06 PM, Enis Söztutar wrote: > Yeah, but column family and column qualifier are optional. > > On Mon, Jan 30, 2012 at 5:03 PM, Ted Yu wrote: > > > Thanks for the heads up. > > Ac

Re: HCat security design

2012-01-30 Thread Enis Söztutar
Yeah, but column family and column qualifier are optional. On Mon, Jan 30, 2012 at 5:03 PM, Ted Yu wrote: > Thanks for the heads up. > According to src/main/ruby/shell/commands/grant.rb, the syntax for grant in > HBase should be: >hbase> grant 'bobsmith', 'RW', 't1', 'f1', 'col1' > > Cheers

Re: HCat security design

2012-01-30 Thread Ted Yu
Thanks for the heads up. According to src/main/ruby/shell/commands/grant.rb, the syntax for grant in HBase should be: hbase> grant 'bobsmith', 'RW', 't1', 'f1', 'col1' Cheers On Mon, Jan 30, 2012 at 4:51 PM, Enis Söztutar wrote: > Hi devs, > > We have been spending some time to figure out h

HCat security design

2012-01-30 Thread Enis Söztutar
Hi devs, We have been spending some time to figure out how to approach security related issues in Hcat/Hive + HBase and Hdfs. There has already been great work, but there is still some issues to be done. I created a wiki page at https://cwiki.apache.org/confluence/display/HCATALOG/Hcat+Security+De