[ANNOUNCE] Apache HBase 2.4.14 is now available for download

2022-08-30 Thread Huaxiang Sun
The HBase team is happy to announce the immediate availability of HBase 2.4.14. Apache HBase™ is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To

Re: Time for hbase-2.4.14 release

2022-08-17 Thread Huaxiang Sun
Thanks Duo. I am planning to spin 2.4.14RC0 on this Friday, if there is any jira you want to include in this RC, please backport them to branch-2.4 before this Friday. Thanks Huaxiang On Tue, Aug 16, 2022 at 8:11 PM 张铎(Duo Zhang) wrote: > Thanks for taking care of this! > > Huaxiang S

Time for hbase-2.4.14 release

2022-08-16 Thread Huaxiang Sun
was released on 7/1/22, it is about time for 2.4.14 release. Andrew is on PTO for two weeks. I volunteer to run this release unless someone else wants to do. Please let me know if there are any concerns. Best Regards, Huaxiang

Re: [ANNOUNCE] Please welcome Xiaolin Ha(哈晓琳) to the HBase PMC

2022-04-11 Thread Huaxiang Sun
Congratulations, Xiaolin! Sent from my iPhone > On Apr 11, 2022, at 2:30 AM, Jan Hentschel > wrote: > > Congratulations and welcome! > > From: 张铎(Duo Zhang) > Date: Saturday, April 9, 2022 at 3:11 PM > To: HBase Dev List , hbase-user > , user-zh > Subject: [ANNOUNCE] Please welcome

Re: [ANNOUNCE] Please welcome Xiaolin Ha(哈晓琳) to the HBase PMC

2022-04-11 Thread Huaxiang Sun
Congratulations, Xiaolin! Sent from my iPhone > On Apr 11, 2022, at 2:30 AM, Jan Hentschel > wrote: > > Congratulations and welcome! > > From: 张铎(Duo Zhang) > Date: Saturday, April 9, 2022 at 3:11 PM > To: HBase Dev List , hbase-user > , user-zh > Subject: [ANNOUNCE] Please welcome

Re: [DISCUSS] User experience on Stripe Compaction

2021-05-04 Thread Huaxiang Sun
It is great to hear successful stories from large scale production deployment! On Mon, May 3, 2021 at 1:31 PM clara xiong wrote: > It is great to hear this is still in use in a large production and getting > improvement! > > On Tue, Apr 27, 2021 at 3:01 AM 张铎(Duo Zhang) > wrote: > > > Stripe

Re: [ANNOUNCE] New HBase PMC Huaxiang Sun

2021-04-13 Thread Huaxiang Sun
Thanks all! Huaxiang On Tue, Apr 13, 2021 at 9:12 AM Esteban Gutierrez wrote: > Congratulations Huaxiang! > > > -- > Cloudera, Inc. > > > > On Tue, Apr 13, 2021 at 8:16 AM zheng wang <18031...@qq.com> wrote: > > > Congratulations!

[ANNOUNCE] Apache HBase 2.3.5 is now available for download

2021-04-01 Thread Huaxiang Sun
The HBase team is happy to announce the immediate availability of HBase 2.3.5. Apache HBase™ is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To

[ANNOUNCE] Apache HBase 2.3.4 is now available for download

2021-01-22 Thread Huaxiang Sun
The HBase team is happy to announce the immediate availability of HBase 2.3.4. Apache HBase™ is an open-source, distributed, versioned, non-relational database. Apache HBase gives you low latency random access to billions of rows with millions of columns atop non-specialized hardware. To

Re: [ANNOUNCE] New HBase committer Xin Sun

2020-12-04 Thread Huaxiang Sun
Congratulations, Xin! On Fri, Dec 4, 2020 at 9:56 AM Esteban Gutierrez wrote: > Congrats, Xin! > > > -- > Cloudera, Inc. > > > > On Fri, Dec 4, 2020 at 11:48 AM Jan Hentschel < > jan.hentsc...@ultratendency.com> wrote: > > > Congratulations and welcome! > > > > From: Guanghao Zhang > >

Re: [ANNOUNCE] New HBase committer Yulin Niu

2020-12-04 Thread Huaxiang Sun
Congratulations, Yulin! On Fri, Dec 4, 2020 at 9:56 AM Esteban Gutierrez wrote: > Congratulations, Yulin! > > -- > Cloudera, Inc. > > > > On Fri, Dec 4, 2020 at 11:49 AM Jan Hentschel < > jan.hentsc...@ultratendency.com> wrote: > > > Congratulations and welcome! > > > > From: Guanghao Zhang >

Re: I am looking for read/writes the RegionServer executed.

2018-03-22 Thread Huaxiang Sun
Hi Karan, Can you explain a bit more about "read/writes the region server executes”? What exactly are you looking for? (maybe read size/write size?) Thanks, Huaxiang Sun > On Mar 22, 2018, at 3:11 PM, Adep, Karankumar (ETW - FLEX) > <karankumar.a...@nike.com&g

Re: CorruptedSnapshotException Taking Snapshot Of Table With Large Number Of Files

2018-03-19 Thread Huaxiang Sun
You can google search the exception stack and mostly it will find the JIRA. Regards, Huaxiang > On Mar 19, 2018, at 10:52 AM, Saad Mufti <saad.mu...@gmail.com> wrote: > > Thanks!!! Wish that was documented somewhere in the manual. > > Cheers. > > > Saad >

Re: CorruptedSnapshotException Taking Snapshot Of Table With Large Number Of Files

2018-03-19 Thread Huaxiang Sun
Mostly it is due to HBASE-15430 <https://issues.apache.org/jira/browse/HBASE-15430>, “snapshot.manifest.size.limit” needs to be configured as 64MB or 128MB. Regards, Huaxiang Sun > On Mar 19, 2018, at 10:16 AM, Saad Mufti <saad.mu...@gmail.com> wrote: > > Hi, > &

Re: How common is Hbase throttling?

2017-11-29 Thread Huaxiang Sun
Hi Sumit, Throttling is not common as far as I know. One case I know is using throttling by user. Regards, Huaxiang > On Nov 14, 2017, at 6:03 AM, Sumit Nigam <sumit_o...@yahoo.com.INVALID> wrote: > > Hi, > > Hbase allows for throttling at any of

Re: OutOfMemoryError: Direct buffer memory on PUT

2017-11-29 Thread Huaxiang Sun
nalyze the place which holds DM. Another alternative to avoid OOME for DM as mentioned in the discussion in the jira is to to ayncRpcClient, just FYI. Thanks, Huaxiang > On Nov 8, 2017, at 10:25 AM, Stack <st...@duboce.net> wrote: > > On Wed, Nov 8, 2017 at 3:31 AM, A

Re: [ANNOUNCE] New HBase committer Zheng Hu

2017-10-23 Thread Huaxiang Sun
Congratulations, Zheng!

Re: [ANNOUNCE] New Apache HBase committer Ashu Pachauri

2017-06-19 Thread Huaxiang Sun
I am pleased to announce that Ashu > > > > Pachauri has accepted the PMC's invitation to become a committer on > the > > > > project. We appreciate all of Ashu's generous contributions thus far > > and > > > > look forward to his continued involvement. > > > > > > > > Congratulations and welcome, Ashu! > > > > > > > > > > > > > > > > -- > > > *Best Regards,* > > > lijin bin > > > > > > -- Huaxiang Sun

Re: [ANNOUNCE] Duo Zhang (张铎) joins the Apache HBase PMC

2016-09-07 Thread Huaxiang Sun
Congratulations, 张铎! > On Sep 7, 2016, at 11:10 AM, Enis Söztutar wrote: > > Congrats Duo. > > Enis > > On Wed, Sep 7, 2016 at 8:03 AM, Misty Stanley-Jones > wrote: > >> Congratulations, Duo! >> >>> On Sep 6, 2016, at 9:26 PM, Stack

Re: [ANNOUNCE] Dima Spivak joins the Apache HBase PMC

2016-09-02 Thread Huaxiang Sun
Congratulations Dima! > On Aug 31, 2016, at 11:18 PM, ashish singhi wrote: > > Congratulations Dima! > > -Original Message- > From: Andrew Purtell [mailto:apurt...@apache.org] > Sent: 01 September 2016 01:08 > To: d...@hbase.apache.org; user@hbase.apache.org

Re: Writing visibility labels with HFileOutputFormat2

2016-06-29 Thread Huaxiang Sun
le -f ./data/data/default/t1/c60650027807520ac25efb40250de2ad/cf1/7831dde38adf4cd78cb6a542f2c43d37 -p Is what I normally do to dump out hfile locally. Regards, Huaxiang > On Jun 16, 2016, at 8:41 AM, Ellis, Tom (Financial Markets IT) > <tom.el...@lloydsbanking.com.INVALID>

Re: Snapshot performance and helper script

2016-05-18 Thread Huaxiang Sun
ent/12802250/master-snapshot.png> https://issues.apache.org/jira/browse/HBASE-15415 <https://issues.apache.org/jira/browse/HBASE-15415> Thanks, Huaxiang > On May 18, 2016, at 3:45 AM, thib <thibault.godo...@gresearch.co.uk> wrote: > > Hi, > > I am thinki

Re: Cell Level TTL And hfile.format.version

2016-05-06 Thread Huaxiang Sun
cells will be there forever. Your db will have cells which are supposed to be cleaned up with ttl. Suggest to change the hfile format to version 3. Thanks, Huaxiang > On May 6, 2016, at 6:43 AM, Saad Mufti <saad.mu...@gmail.com> wrote: > > HI, > > We're running a CDH

答复: failed to create table using hbase shell

2013-05-09 Thread huaxiang
件人: user@hbase.apache.org 主题: Re: failed to create table using hbase shell Can you tell us the exact release of 0.94 that you're using ? Check master log to see if there was any clue. You can pastebin log snippet for us to see. Cheers On Thu, May 9, 2013 at 9:10 AM, huaxiang huaxi...@asiainfo

答复: 答复: failed to create table using hbase shell

2013-05-09 Thread huaxiang
:34 AM, Ted Yu yuzhih...@gmail.com wrote: Was there any error / exception returned from table creation command in shell ? Was the log snippet below at around the time when you saw the error ? Cheers On Thu, May 9, 2013 at 9:30 AM, huaxiang huaxi...@asiainfo-linkage.com wrote

答复: 答复: failed to create table using hbase shell

2013-05-09 Thread huaxiang
shown. On Fri, May 10, 2013 at 12:34 AM, Ted Yu yuzhih...@gmail.com wrote: Was there any error / exception returned from table creation command in shell ? Was the log snippet below at around the time when you saw the error ? Cheers On Thu, May 9, 2013 at 9:30 AM, huaxiang huaxi

hbase export and import with hbase-0.94.2-cdh4.2.0-security.jar

2013-04-24 Thread huaxiang
Hi, Hbase table ‘testtable’ was export to local file system named ‘testtable1’, when import back to hbase, find error below: *** 13/04/24 18:12:45 INFO mapred.JobClient: Running job: job_201304241434_0013 13/04/24

答复: Getting list of Region In Transition via command line

2013-04-18 Thread huaxiang
HI, 1. Try #Hbase hbck 2. you can delete /hbase/unassigned/x. But this is not a usual way, maybe something wrong with your table or regions? beatls -邮件原件- 发件人: Asaf Mesika [mailto:asaf.mes...@gmail.com] 发送时间: 2013年4月18日 15:15 收件人: user@hbase.apache.org 主题: Getting list of

eclipse plugin for hadoop2.0.0

2013-04-02 Thread huaxiang
Hi, I have download 'hadoop-0.20.3-dev-eclipse-plugin.jar', seems not work. my hadoop is 2.0.0, where can I find the eclipse plugin for hadoop2.0.0? many thanks! beatls -邮件原件- 发件人: Praveen Bysani [mailto:praveen.ii...@gmail.com] 发送时间: 2013年4月2日 18:20 收件人:

答复: how to reduce zookeeper.out

2013-03-31 Thread huaxiang
Hi, Below is the [zk_dir]/conf/log4j.properties: [root@hadoop1 conf]# more log4j.properties # Copyright 2012 The Apache Software Foundation # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this

答复: 答复: how to reduce zookeeper.out

2013-03-31 Thread huaxiang
on console shall be captured in zookeeper.out. If you still prefer to have CONSOLE logger, use this property to reduce logs generated. zookeeper.console.threshold=WARN Thanks ashish On Sun, Mar 31, 2013 at 6:04 PM, huaxiang huaxi...@asiainfo-linkage.comwrote: Hi, Below is the [zk_dir]/conf

答复: how to reduce zookeeper.out

2013-03-30 Thread huaxiang
KEVIN, This file is usualy could be found under bin directory, that is bin/zookeeper.out. -邮件原件- 发件人: Kevin O'dell [mailto:kevin.od...@cloudera.com] 发送时间: 2013年3月30日 22:47 收件人: user@hbase.apache.org 主题: Re: how to reduce zookeeper.out Hua, That is no fun. Another

答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM install

2012-09-10 Thread huaxiang
Hi, I don't find the hbase-default.xml file using following command, any other way? To be clear, this hadoop was installed with CDH RPM package. Huaxiang [root@hadoop1 ~]# clear [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* [root@hadoop1 ~]# ^C [root@hadoop1 ~]# find / -name *hbase