Re: Is there any way to batch conditional mutations

2019-09-10 Thread Stack
Cosmin: On Mon, Sep 9, 2019 at 11:18 AM Cosmin Lehene wrote: > Hi, > > I'm trying to figure out if I can do any of the following: > > * checkAndMutate with more than one condition (e.g. OR) > > Doesn't look like it. The CheckAndMutateBuilder implementation only allows setting one comparator

Re: HBase Scan consumes high cpu

2019-09-10 Thread Josh Elser
Deletes are held in memory. They represent data you have to traverse until that data is flushed out to disk. When you write a new cell with a qualifier of 10, that sorts, lexicographically, "early" with respect to the other qualifiers you've written. By that measure, if you are only scanning

HBase Scan consumes high cpu

2019-09-10 Thread Solvannan R M
Hi, We have been using HBase (1.4.9) for a case where timeseries data is continuously inserted and deleted (high churn) against a single rowkey. The column keys would represent timestamp more or less. When we scan this data using ColumnRangeFilter for a recent time-range, scanner for the

Re: [VOTE] The third HBase 2.2.1 release candidate (RC2) is available

2019-09-10 Thread Duo Zhang
+1(binding) Since the RC2 tag is at the same commit with RC1, I will carry the vote for RC1 here. And download the tarball and checked the web ui, now we have revision in place 'HBase Version 2.2.1, revision=f93aaf770cce81caacbf22174dfee2860dbb4810' And also verified the sigs and sums, all

Re: [VOTE] The third HBase 2.2.1 release candidate (RC2) is available

2019-09-10 Thread Guanghao Zhang
The UI problem HBASE-23005 is not a release blocker. Will fix it in next release. Guanghao Zhang 于2019年9月10日周二 下午7:07写道: > +1 from me. > > Guanghao Zhang 于2019年9月10日周二 下午7:06写道: > >> Please vote on this release candidate (RC2) for Apache HBase 2.2.1. >> >> As this RC only changed the tar ball

Re: [VOTE] The third HBase 2.2.1 release candidate (RC2) is available

2019-09-10 Thread Guanghao Zhang
+1 from me. Guanghao Zhang 于2019年9月10日周二 下午7:06写道: > Please vote on this release candidate (RC2) for Apache HBase 2.2.1. > > As this RC only changed the tar ball revison, this VOTE will remain open > for 24 hours. > > [ ] +1 Release this package as Apache HBase 2.2.1 > [ ] -1 Do not release

[VOTE] The third HBase 2.2.1 release candidate (RC2) is available

2019-09-10 Thread Guanghao Zhang
Please vote on this release candidate (RC2) for Apache HBase 2.2.1. As this RC only changed the tar ball revison, this VOTE will remain open for 24 hours. [ ] +1 Release this package as Apache HBase 2.2.1 [ ] -1 Do not release this package because ... The tag to be voted on is 2.2.1RC2. The