Re: how can thrift connect to hbase?

2012-12-23 Thread hua beatls
Hi, we have a c++ client, and the thrift server was installed on the Ndatanode ®ionservers. ( from the official document we know that it is not recommended for the thrift colocated with nn &jobtracker). as we understand the processs from client to hbase shown below: client--

Re: how can thrift connect to hbase?

2012-12-25 Thread hua beatls
p://abloz.com/2012/10/18/php-thrift-access-hbase-two.html > http://abloz.com/2012/05/31/example-thrift-installation.html > > I'm using python and php connect hbase,not c++. > I also translate part of the HBase document to Chinese,url is: > > http://abloz.com/hbase/book.html &

Re: how can thrift connect to hbase?

2012-12-25 Thread hua beatls
with './hbase-daemon.sh start thrift'. Best R. beatls On Tue, Dec 25, 2012 at 9:29 PM, hua beatls wrote: > Hi Andy, > you give me two ways to install (or configure) thriftserver , first > is showed @ > http://abloz.com/2012/06/01/python-operating-hbase-thrif

Re: regionserver restartup error

2012-12-26 Thread hua beatls
> dead. By default, that's 3 minutes (zookeeper timeout). In the meantime, > the regions on this server won't be available. > > Lastly, there is a restart command in he hbase-daemon script: it does the > stop & the start.. > > Cheers, > > Nicolas > > O

Re: how can thrift connect to hbase?

2012-12-27 Thread hua beatls
to do with HBase. > And the second one is how to use thrift on HBase. > > 2012/12/25 hua beatls > > > Hi Andy, > > shoud i first install as > > http://abloz.com/2012/05/31/example-thrift-installation.html, then > > configure thrift as @ > > http://

Re: regionserver restart ERROR

2012-12-31 Thread hua beatls
AM, Ted Yu wrote: > The correct syntax is: > bin/hbase-daemon.sh stop regionserver > > What HBase version are you using ? > > Thanks > > On Mon, Dec 31, 2012 at 8:05 AM, hua beatls wrote: > > > HI all, > >we stop and start regionserver with 'bi

Re: regionserver restart ERROR

2012-12-31 Thread hua beatls
ions does the table have ? > > What was the output from "balance_switch true" command ? (there was typo in > your command) > > Can you check master log around the time this command was issued ? > > Cheers > > On Mon, Dec 31, 2012 at 9:48 AM, hua beatls wrote: >

Re: regionserver restart ERROR

2012-12-31 Thread hua beatls
er false 0 row(s) in 0.0060 seconds maybe regions 'not run if regions in transition'. how to know wheather the region is 'in transition' status or not? any cli? Many Thanks! beatls On Tue, Jan 1, 2013 at 2:39 AM, Ted Yu wrote: > You need to issue 'balance

Re: regionserver restart ERROR

2012-12-31 Thread hua beatls
timestamp for the key value. > > After 'balancer' command returns, can you check master log ? You would see > why balancer doesn't run. > > Cheers > > On Mon, Dec 31, 2012 at 8:48 PM, hua beatls wrote: > > > HI, > >when issue 'balancer&#

Re: regionserver restart ERROR

2012-12-31 Thread hua beatls
Ted Yu wrote: > hbase> put 't1', "test\xef\xff", 'f1:', "\x01\x33\x40" > > You need to specify timestamp for the key value. > > After 'balancer' command returns, can you check master log ? You would see > why balancer doesn'

Re: reginoserver's log analysis?

2013-01-03 Thread hua beatls
he blocking memstore size is 256m. > > Hope you got the idea. > > -Anoop- > ________ > From: hua beatls [bea...@gmail.com] > Sent: Thursday, January 03, 2013 3:15 PM > To: user@hbase.apache.org > Subject: reginoserver's log analysis? > &

Re: reginoserver's log analysis?

2013-01-03 Thread hua beatls
12m and there can be 100 regions per > region server in your cluster, then you are *possibly allowing* a total > memory of 512*100 mb for the memstores alone. [RS process will not other > memory also for its normal operation]. Take care of these aspects when you > design > > -Anoop

Re: reginoserver's log analysis?

2013-01-03 Thread hua beatls
> ramkrishna.s.vasude...@gmail.com> wrote: > > You need to see your application to see how much is your rate of puts. > Also how many column families do you have? > All these factors will help you in determining your memstore size. > > Regards > Ram > > On Thu, Jan 3, 201

Re: reginoserver's log analysis?

2013-01-03 Thread hua beatls
Otherwise look for ways to avoid hot spots, or heavy writes to a single > region. > > > On Thu, Jan 3, 2013 at 1:25 PM, hua beatls wrote: > > > HI, > >I think you have this experience, and i plan to increase the network > >

Re: how to get the record number from hbase

2013-01-04 Thread hua beatls
Hi, do you have any guide about copreccesor? how to use it? Thanks! beatls On Sat, Jan 5, 2013 at 8:51 AM, Azuryy Yu wrote: > Coprocessor: rowcount

how to drop a table forcefully?

2013-01-17 Thread hua beatls
hi, A table mistakenly created cannot be dropped? first we create it with 'hbase shell', below: [hadoop@hadoop3 ~]$ [hadoop@hadoop3 ~]$ hbase shell 13/01/17 15:49:35 WARN conf.Configuration: hadoop.native.lib is deprecated. Instead, use io.native.lib.available HBase Shell; ent

Re: how to drop a table forcefully?

2013-01-17 Thread hua beatls
Hi, the file system is ok. any other idea? beatls On Thu, Jan 17, 2013 at 7:38 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Hi Beat, > > Have you tried to check the filesystem using fsck to see if there is > no inconsistencies? > > JM > >

Re: how to drop a table forcefully?

2013-01-17 Thread hua beatls
> > Thanks, > > JM > > 2013/1/17, hua beatls : > > Hi, > >the file system is ok. > > > > any other idea? > > > > beatls > > > > On Thu, Jan 17, 2013 at 7:38 PM, Jean-Marc Spaggiari < > > jean-m...@spaggiari.org> w

Re: how to drop a table forcefully?

2013-01-17 Thread hua beatls
x27;t see you table " > t111" anywhere. On the shell, if you do a "list", which tables are you > getting? I guess t111 will not be there. First thing to do is to fix > that. > > Can you provide more logs from the hbase check? It might tell you what > the iss

user@hbase.apache.org

2013-02-26 Thread hua beatls
shoudl we use PC servers with same configuration? beatlsd On Wed, Feb 27, 2013 at 2:02 AM, hua beatls wrote: > HI, >i have some existing PC servers, which would be used to form a hadoop > cluster, among which 4 servers have 2cpu(6 cores), 96Gmemory, and another 4 > have 8cpu(

user@hbase.apache.org

2013-02-26 Thread hua beatls
un as slow as your slowest server. However, that > will still help to to spread the load. > > JM > > 2013/2/26 hua beatls : > > shoudl we use PC servers with same configuration? > > > > beatlsd > > > > On Wed, Feb 27, 2013 at 2:02 AM, hua beatls wrote: >

user@hbase.apache.org

2013-02-26 Thread hua beatls
gt; > If you already have those servers, you can simply install them with > HBase/Hadoop and run some load tests base on your usecase? > > JM > > 2013/2/26 hua beatls : > > Hi JM, > > should I add more storage to the bigger ones ? > > > >

how to reduce zookeeper.out

2013-03-30 Thread hua beatls
Hi, zookeeper.out is too large, how to reduce this file? it is a online system. Best R. beatls

Re: how to reduce zookeeper.out

2013-03-30 Thread hua beatls
hut one down, the others mike elect a new leader. > Then you clear the zookeeper.out file, and start it back? > > JM > > 2013/3/30 hua beatls : > > Hi, > > zookeeper.out is too large, how to reduce this file? it is a online > > system. > > > >Best R. > > > > beatls >

Re: how to reduce zookeeper.out

2013-03-30 Thread hua beatls
; Then you can just shut one down, the others mike elect a new leader. > > Then you clear the zookeeper.out file, and start it back? > > > > JM > > > > 2013/3/30 hua beatls : > > > Hi, > > > zookeeper.out is too large, how to reduce this file? it is

regionserver stucking

2013-04-17 Thread hua beatls
HI, from web ui I find one of my 5 regionserver missing, and check the log find: * [hadoop@hadoop1 logs]$ tail -f hbase-hadoop-regionserver-hadoop1.log 2013-04-17 15:21:24,789 DEBUG org.apache.hadoop.hbase.

Re: regionserver stucking

2013-04-17 Thread hua beatls
ched would be fine. > > Regards > Ram > > > On Wed, Apr 17, 2013 at 1:07 PM, hua beatls wrote: > > > HI, > >from web ui I find one of my 5 regionserver missing, and check the > log > > find: > > > > > ***

Re: regionserver stucking

2013-04-17 Thread hua beatls
eads)" prio=10 tid=0x7f8f7002c800 nid=0x6ccd runnable "Gang worker#14 (Parallel GC Threads)" prio=10 tid=0x7f8f7002e000 nid=0x6cce runnable "Gang worker#15 (Parallel GC Threads)" prio=10 tid=0x7f8f7003 nid=0x6ccf runnable "Concurrent Mark-Sweep GC Thread" pri

Re: regionserver stucking

2013-04-17 Thread hua beatls
asudevan < > ramkrishna.s.vasude...@gmail.com> wrote: > > > Just do jstack with pid. > > > > Regards > > Ram > > > > > > On Wed, Apr 17, 2013 at 1:56 PM, hua beatls wrote: > > > > > any good tool for thread dump? can you recommand? > >

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

2013-05-09 Thread hua beatls
no messages shown, just stuck there.. nothing shown. On Fri, May 10, 2013 at 12:34 AM, Ted Yu 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, 2

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

2013-05-09 Thread hua beatls
when i hit table -ROOT- , detailed information shown, but when hitting table '.META.', stucking. [image: Inline image 4] On Fri, May 10, 2013 at 12:39 AM, hua beatls wrote: > no messages shown, just stuck there.. nothing shown. > > > On Fri, May 10, 2013 at 1

Re: failed to create table using hbase shell

2013-05-09 Thread hua beatls
te: > > > Seem all the 'ddl' command cannot work. > > Only hbase 'dml' command can work. > > > > > > > > > > > > -邮件原件- > > 发件人: hua beatls [mailto:bea...@gmail.com] > > 发送时间: 2013年5月10日 0:40 > > 收件人:

WHY REGIONS STOP SPLITTING

2013-06-15 Thread hua beatls
HI, we use CDH 4.2.0, find that some of the regions stop spliting and increase contiusuly under heavy load. some regions become much bigger than the setting value(4G),reaches 46g. any reason or bugs? Thansk! beatls

Re: WHY REGIONS STOP SPLITTING

2013-06-15 Thread hua beatls
A: cdr,\x00\x00\x01?B\xF4\xC0\xE6\x7F\xFF\xFF\xFF\xFF\xFE\xE9i,1371276503503.2931a51dba76afdd4d1b1b69470658f9. On Sat, Jun 15, 2013 at 11:05 PM, Ted Yu wrote: > Have you checked master / region server logs w.r.t. such region ? > > Cheers > > On Sat, Jun 15, 2013 at 8:00 AM, hua

Re: Handlers being blocked during reads

2013-07-29 Thread hua beatls
how to get the 'stack trace'? Thanks! beatls On Tue, Jul 30, 2013 at 11:20 AM, Pablo Medina wrote: > Hi all, > > I'm having a lot of handlers (90 - 300 aprox) being blocked when reading > rows. They are blocked during changedReaderObserver registration. > Does anybody else run into the same i

is hbase 0.97 64 bit or 32 bit?

2014-04-08 Thread hua beatls
is hbase 0.97 support 64 bit? or should complied from 32 bit to 64 bit? Thanks! beatls

Re: is hbase 0.97 64 bit or 32 bit?

2014-04-08 Thread hua beatls
it is 0.96.2 thanks! beatls On Tue, Apr 8, 2014 at 9:06 PM, Ted Yu wrote: > Can you clarify which hbase release you're looking at ? > > The latest release for 0.96 was 0.96.2 > > Latest release for 0.98 was 0.98.1 > > Cheers > > On Apr 8, 2014, at 6:55 AM, h

HBASE data been deleted! Please HELP

2017-09-28 Thread hua beatls
Hello, I have a big problem We deleted hbase data with " hdfs dfs -rmr -skipTrash /hbase", Is there any way to recovery the deleted date? Thanks a lot!

Re: HBASE data been deleted! Please HELP

2017-09-28 Thread hua beatls
ver data, user has to react within minutes or > > seconds. But, have you checked ".Trash" folder in hdfs under hbase user > or > > the user that issued the rmr command. > > > > > > > > > > On Thu, Sep 28, 2017 at 5:53 AM, hua beatls wrote: >