You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Graceline Abigail Prem Kumar <pg...@gmail.com> on 2017/02/06 05:19:55 UTC

Enabling encryption for a table which has stripe compaction enabled

Hi

I have a table that has time series data and stripe compaction has been
enabled for it. There is no major compaction done on this table and it
works fine because no new data is added to old regions. Recently encryption
was enabled for this table. Existing data are supposed to get encrypted
when major compaction is run. But since stripe compaction is enabled, there
is no major compaction and so existing data of this table is not encrypted.
Is there a way to encrypt already existing data on such a table?

Regards,
Graceline Abigail P