Re: What property would trigger a region split besides hbase.hregion.max.filesize ?

2014-05-29 Thread Tao Xiao
Ted, I'm using HBase 0.96.1.2.0.6.1 (HDP 2.0.6). I set the regionserver log level to *INFO*, so I did not find any log containing "SplitPolicy". I will set the log level to *DEBUG *and take a look at regionserver log later. Thanks Tao 2014-05-29 10:32 GMT+08:00 Ted Yu : > Which HBase relea

Presplitting on NGinx HttpUseridModule

2014-05-29 Thread Software Dev
Any suggestions on pre-splitting on a uid generated from NGinx? The look like the following as a base64 encoded cookie... (CgAQS1NhGAE DATNBBikAg==, CgAQNVNhGZsePgTdBB/KAg==, ...) http://wiki.nginx.org/HttpUseridModule http://www.lexa.ru/programs/mod-uid-eng.html

Re: 答复: 答复: 答复: what in regionserver's Used Heap

2014-05-29 Thread Ted Yu
Patch v1 has been attached to HBASE-11267 Cheers On Wed, May 28, 2014 at 7:34 PM, sunweiwei wrote: > Thanks you > > -邮件原件- > 发件人: Ted Yu [mailto:yuzhih...@gmail.com] > 发送时间: 2014年5月29日 6:06 > 收件人: user@hbase.apache.org > 主题: Re: 答复: 答复: what in regionserver's Used Heap > > Weiwei: > I

Re: Full stack rolling restart

2014-05-29 Thread Aleksandr Shulman
Yes, a full-stack rolling upgrade is possible. To perform a full-stack rolling restart of the CDH platform, we added and tested that functionality through Cloudera Manager, starting in CM4, running CDH4 and onward. For HBase rolling upgrades, the only Cloudera-supported path is through Cloudera Man

[ANNOUNCE] HBase 0.94.20 is available for download

2014-05-29 Thread lars hofhansl
The HBase Team is pleased to announce the immediate release of HBase 0.94.20. Download it from your favorite Apache mirror [1]. This release has also been pushed to Apache's maven repository. (Thanks Stack for working out the process with git) All previous 0.92.x and 0.94.x releases can upgraded

Re: Full stack rolling restart

2014-05-29 Thread Jeremy Carroll
We have taken the approach of graceful stop of the RegionServer in maintenance. Then restarting the DataNode. Once it has registered and back online we start the RegionServer and move it's regions back. We do not compact before or after the operation since it takes a short period of time, and mi

Re: Full stack rolling restart

2014-05-29 Thread Bryan Beaudreault
Restarting datanodes has been tricky for us from an HBase perspective. It always causes a bunch of timeouts and thus blips of service interruption. Perhaps the above JIRAs will help that, but it's hard to tell. I think the only truly safe way to do this with CDH4.x is: 1. Move all regions off re

Re: Full stack rolling restart

2014-05-29 Thread Ted Yu
The following JIRAs may be of interest to you: HDFS-5535 HDFS-3867 Cheers On Wed, May 28, 2014 at 11:37 PM, sameerv wrote: > I am curious to know what the industry folks think of rolling restart on > the > full stack. Envisioning something like each node which services it runs, > stop all serv

Full stack rolling restart

2014-05-29 Thread sameerv
I am curious to know what the industry folks think of rolling restart on the full stack. Envisioning something like each node which services it runs, stop all services, use new configs and start all services. Is it feasible to do this ? Can folks who have tried, share their experiences please? Tha

Re: How to pass a POJO as a parameter to Coprocessor Getting Exception Error in Read Fields

2014-05-29 Thread Vikram Singh Chandel
Hi Anoop Every thing works fine now. Really appreciate your help. *Just one more thing why CoProcessor was not able to pic VO from Coprocessor Jar* *( i had bounded Endpoint + Protocol + VO together) **in the endpoint jar.* On Wed, May 28, 2014 at 10:52 PM, Anoop John wrote: > Vikram > Def