How to remove a Column Family Property

2015-03-19 Thread Pankaj kr
Hi, Suppose I have enabled encryption in a column family by setting ENCRYPTION = 'AES'. Now I want to disable encryption for this column family. How to do this through HBase Shell? As per alter table syntax, at column family level we can add CFs, delete CFs or set/modify properties. How to

RE: How to remove a Column Family Property

2015-03-19 Thread Pankaj kr
to be enabled in table t1. Yeah we can set it through JAVA APIs. But I am looking for HBase shell option. Regards, Pankaj -Original Message- From: ashish singhi Sent: 19 March 2015 16:33 To: Pankaj kr Subject: RE: How to remove a Column Family Property I think with the current code in shell

Re: How to remove a Column Family Property

2015-03-19 Thread Michael Segel
Sent: 19 March 2015 16:33 To: Pankaj kr Subject: RE: How to remove a Column Family Property I think with the current code in shell it is not possible. But You can try something by setting ENCRYPTION = '' But here it may long time to update u can enter ctrl+c (break the operation