SongJing Zhang 写道:
long lockId = table.startUpdate(new Text("myRow"));
...
...
....
table.commit(lockId); || table.abort(lockId);
You're right, but I just wrote simplified version of yours.
SongJing Zhang 写道:
long lockId = table.startUpdate(new Text("myRow"));
...
...
....
table.commit(lockId); || table.abort(lockId);
You're right, but I just wrote simplified version of yours.