For most of the Talend database components, the tXXXOutput component is used to delete a row (by changing the Action on Data dropbox to Delete), given a primary key.
I want to delete an HBase row given a rowkey, but I do not see the Action on Data dropbox in tHBaseOutput.
How can I delete an HBase row with Talend?
Regards