I have one table in hbase
which having 10000 thousands records. I have used php
thrift
library from interact with hbase
. My question is that I have three thread which execute on same time and take same records from table and update all three but I don't know how to prevent it if one thread did process then other two don't want to do anything on it. Could you suggest me how can i overcome on it.
Right now what happen with me like all three process are executing but I don't want to do that one.
Thanks in advance.