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:
alter 't1',{NAME => 'e', ENCRYPTION => ''}
ERROR: java.io.IOException: Cipher previously failed test
at
org.apache.hadoop.hbase.util.EncryptionTest.testEncryption(EncryptionTest.java:155)
alter 't1',{NAME => 'e', ENCRYPTION => 'NONE'}
ERROR: java.io.IOException: Cipher NONE previously failed test
at
org.apache.hadoop.hbase.util.EncryptionTest.testEncryption(EncryptionTest.java:155)
Is there a way to make this work?
Thanks!
--
Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User-f4020416.html