Hi All,

I have a use case in which I want to import data into Hbase table using
phoenix, but with some conditions. I want to import a row only if it
doesn't exist already, or the row's updated_at value is more than existing
record's value. Basically I want to keep the latest data in the table.

 Can you please give me some pointers on how to achieve this?

Reply via email to