Re: [ANNOUNCE] New HBase committer Jingyun Tian

2018-11-14 Thread Misty Linville
Congratulations, and thanks for opting to spend more time making HBase the
software and the project better!

On Wed, Nov 14, 2018, 3:26 AM Anoop John  Congrats Jingyun !!!
>
> -Anoop-
>
> On Wed, Nov 14, 2018 at 8:18 AM Jingyun Tian  wrote:
>
> > Thank you all!
> >
> > Sincerely,
> > Jingyun Tian
> >
> > On Wed, Nov 14, 2018 at 8:59 AM stack  wrote:
> >
> > > Welcome jingyun.
> > > S
> > >
> > > On Mon, Nov 12, 2018, 11:54 PM 张铎(Duo Zhang)  > wrote:
> > >
> > > > On behalf of the Apache HBase PMC, I am pleased to announce that
> > Jingyun
> > > > Tian has accepted the PMC's invitation to become a committer on the
> > > > project. We appreciate all of Jingyun's generous contributions thus
> far
> > > and
> > > > look forward to his continued involvement.
> > > >
> > > > Congratulations and welcome, Jingyun!
> > > >
> > >
> >
>


Re: question on column families

2018-11-14 Thread Stack
On Tue, Nov 13, 2018 at 7:20 PM Antonio Si  wrote:

> Thanks Allan.
>
> Then, why is it a problem of having too many column families? If there are
> column
> families with no data, would that cause any issues?
>
> Thanks.
>
>
`We have this note in the refguide [1]. It is a bit stale though.

Each CF consumes at least some resources. Then flush can be dumb and flush
more than just the loaded memstores (making for many small files in HDFS
which in turn need compacting...). Do you see this phenomenon?

If careful when querying and writing, then the CFs can work autonomously
and you can do more than what the refguide bounds.

S

1. http://hbase.apache.org/book.html#number.of.cfs


> Antonio.
>
> On Tue, Nov 13, 2018 at 7:09 PM Allan Yang  wrote:
>
> > No, Every column family has its own memstore. Each one is 128MB in your
> > case. When flushing, the flusher will choose those memstore who satisfy
> > certain conditions, so it is possible that not every column family(Store)
> > will flush the memstore.
> > Best Regards
> > Allan Yang
> >
> >
> > Antonio Si  于2018年11月14日周三 上午7:34写道:
> >
> > > Hi,
> > >
> > > I would like to confirm my understand.
> > >
> > > Let's say I have 13 column families in a hbase table. 11 of those
> column
> > > families have no data, which 2 column families have large amount of
> data.
> > >
> > > My understanding is that the size of memstore, which is 128M in my env,
> > > will be shared across all column families even though there is no data
> in
> > > that column families. Is my understanding correct?
> > >
> > > Thanks in advance.
> > >
> > > Antonio.
> > >
> >
>


Re: [ANNOUNCE] New HBase committer Jingyun Tian

2018-11-14 Thread Anoop John
Congrats Jingyun !!!

-Anoop-

On Wed, Nov 14, 2018 at 8:18 AM Jingyun Tian  wrote:

> Thank you all!
>
> Sincerely,
> Jingyun Tian
>
> On Wed, Nov 14, 2018 at 8:59 AM stack  wrote:
>
> > Welcome jingyun.
> > S
> >
> > On Mon, Nov 12, 2018, 11:54 PM 张铎(Duo Zhang)  wrote:
> >
> > > On behalf of the Apache HBase PMC, I am pleased to announce that
> Jingyun
> > > Tian has accepted the PMC's invitation to become a committer on the
> > > project. We appreciate all of Jingyun's generous contributions thus far
> > and
> > > look forward to his continued involvement.
> > >
> > > Congratulations and welcome, Jingyun!
> > >
> >
>