Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Set cell-level TTL for existing rows in HBase

avatar
Contributor

Hi Community,

 

We are working on a new requirement where I need to disable table-level TTL and rather use cell-level TTL for one of our HBase tables.

 

I can disable the table-level TTL by altering the table property and set cell-level TTL for new incoming data. However, I can't find anything on how can I set cell-level TTL for the data / rows that are already existing in the table.

 

Any suggestions will be very helpful.

 

Thank you,

Snehasish

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Cell TTL is something that is defined at insertion time. So for an already existing data, you can perform a put of the same cell, which then will have the exact cell value on a new Hfile with the new TTL for the cell.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

Cell TTL is something that is defined at insertion time. So for an already existing data, you can perform a put of the same cell, which then will have the exact cell value on a new Hfile with the new TTL for the cell.

avatar
Community Manager

@SnehasishRSC, Has the reply helped resolve your issue? If so, can you please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future?



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community: