Re: how do disable encryption on a CF

2019-01-27 Thread Anoop John
And once you successfully reset the encryption for ur table:cf, do run a major compaction for the table:cf so that encrypted data will get rewritten and this with no encryption. Pls remember that major compaction will have lots of IO and putting load on your RS too.. It depends on total data

Re: how do disable encryption on a CF

2019-01-24 Thread marjana
Thanks for the info! -- Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User-f4020416.html

Re: how do disable encryption on a CF

2019-01-23 Thread Wellington Chevreuil
I believe this is a limitation from hbase shell, where it provides no means to set a null value for a column family property. An alternative would be to use Java Client API, below a code example: Configuration configuration = HBaseConfiguration.create(); try(Connection connection =

how do disable encryption on a CF

2019-01-23 Thread marjana
Hello, I setup hbase encryption and enabled it on a subset of tables. I am looking for a way to revert back to non encrypted tables without having to recreate a new set of tables and copy data from encrypted to nonencrypted. I have tried in hbase shell a few ways but can't get it to work: