I have a set of rowkeys stored in an arrayList, and I want to bulk update the value of all the rowkeys in hbase with same value. Is it possible to do ?
Asked
Active
Viewed 142 times
0
-
so you want all the rows to have the same value for a particular column? – Adit Dec 18 '14 at 05:41
-
I want to update the value of rowkey to "done" as soon as the task using that rowkey is executed . I want to do bulk update(like in a group of 10 or something) to increase the speed of the application. – vaibhav.g Dec 18 '14 at 06:43
-
you will have to tell me how are you accessing hbase, so I can formulate an answer, there is something called BatchMutation which is fast. – Adit Dec 18 '14 at 11:18