Creating such a method in HTableInterface/HTable, are there any needs to touch server-side code or would a modification of those classes be enough?
If so, I would love to help out there. As soon as it is clear where to make the approprirate changes, I'll file an issue. Thanks, Lars! Kind regards, Em Am 28.04.2013 05:34, schrieb lars hofhansl: > It's not far fetched to add a checkAndMutate method/rpc to HBase. Put, > Delete, Increment (in trunk), and Append extend Mutation, so it would not be > too hard to add. > Could you file a jira and explain what you need specifically. I'm sure > somebody will step up and make a patch (unless you want to work on a patch :) > ). > > -- Lars > > > > ________________________________ > From: Em <[email protected]> > To: "[email protected]" <[email protected]> > Sent: Saturday, April 27, 2013 8:09 AM > Subject: Multi-CheckAnd... > > > Hello list, > > I was wondering how to create a multi-row-mutation with > precondition-constraints. > > Something like this: > > public boolean[] multiCheckAndPut(byte[]row, byte[] family, byte[] > column, List<Put> puts); > > This looks a little bit ugly but illustrates the idea. > > Are there any alternatives that would fit the use-case? > > Kind regards, > Em >
