In order to use this coprocessor for transactions, configure the class on any table involved in transactions, or on all user tables by adding the following to hbase-site.xml: {@code
HBase {@code Get} and {@code Scan} operations should have the current transaction serialized on to the operationas an attribute: {@code Transaction t = ...; Get get = new Get(...); TransactionCodec codec = new TransactionCodec(); codec.addToOperation(get, t);}
|
|
|
|