HBase client - reduce client retries when connect fail

2011-02-27 Thread King JKing
Dear all, I use package org.apache.hadoop.hbase.client to connect to HBase. To decrease the number of retries when client connect to HBase fail, I configured: zookeeper.retries 1 hbase.client.retries.number 1 But client always retry 12 times. Could you help me? Thank

Re: putting a border around 0.92 release

2011-02-27 Thread Lars George
+1 on 0.91 and have something for the summit. Also great to box the feature set now as I will base the book on 0.92 - anything else would futile. On Feb 26, 2011, at 23:24, Jean-Daniel Cryans wrote: > Woah those are huge tasks! > > Also to consider: > > - integration with hadoop 0.22, should

Hbase 0.90.1 install OS X 10.6.6

2011-02-27 Thread Mark Jarecki
Hi guys, I'm trying to install Hbase 0.90.1 on OS X 10.6.6 in psuedo-distributed mode for use on a laptop, as instructed on: http://blog.ibd.com/howto/hbase-hadoop-on-mac-ox-x/ AND http://hbase.apache.org/book/notsoquick.html (Especially section 1.3.2.2.1 Psuedo-distributed followed by 1.3.2.3)

thrift and logging

2011-02-27 Thread Jack Levin
is it possible to enable thrift server to report on all queries it receives? Thanks. -Jack

asynch api mailing list?

2011-02-27 Thread Hiller, Dean (Contractor)
I had a question on the hbase asynch api. I find it odd that there is a PleaseThrottleException as on most asynch systems I have worked on, each node has a queue and when the queue fills up, the nic buffer in it fills up which means the remote nic buffer then fills up and then the client should

Re: Hbase 0.90.1 install OS X 10.6.6

2011-02-27 Thread Stack
Can you check the logs under the $HBASE_HOME/logs directory? Any clue therein? (Your reasoning below looks right -- zk ensemble is not starting for some reason though its likely managed by hbase) St.Ack On Sun, Feb 27, 2011 at 3:17 AM, Mark Jarecki wrote: > Hi guys, > > I'm trying to install Hb

Re: HBase client - reduce client retries when connect fail

2011-02-27 Thread Stack
For sure your config. change is in the clients CLASSPATH? Can you pastebin the retries? Perhaps something else is going on. St.Ack On Sun, Feb 27, 2011 at 12:29 AM, King JKing wrote: > Dear all, > > I use package org.apache.hadoop.hbase.client to connect to HBase. > To decrease the number of re

Re: asynch api mailing list?

2011-02-27 Thread Edward Capriolo
On Sun, Feb 27, 2011 at 1:29 PM, Hiller, Dean (Contractor) wrote: > I had a question on the hbase asynch api. > > > > I find it odd that there is a PleaseThrottleException as on most asynch > systems I have worked on, each node has a queue and when the queue fills > up, the nic buffer in it fills

Re: which hadoop and zookeeper version should I use with hbase 0.90.1

2011-02-27 Thread Oleg Ruchovets
Hi , sorry for asking the same question couple of times , but I still have no clear understanding which hadoop version I have to install for hbase 0.90.1. Any information will be really appreciated 1) From http://hbase.apache.org/notsoquick.html#hadoop I understand that hadoop-0.20-append is

Re: Hbase 0.90.1 install OS X 10.6.6

2011-02-27 Thread Mark Jarecki
I did a fresh install, being especially careful to follow the instructions at http://hbase.apache.org/book/notsoquick.html. Still got the same error as before when trying hbase shell. Any help would be most appreciated. The relevant log section is below. Mon 28 Feb 2011 11:36:41 EST Starting m

Re: Hbase 0.90.1 install OS X 10.6.6

2011-02-27 Thread Jean-Daniel Cryans
> 2011-02-28 11:36:43,953 FATAL org.apache.hadoop.hbase.master.HMaster: > Unhandled exception. Starting shutdown. There should be a stack trace after that line, which would give the reason why the master didn't start properly. J-D On Sun, Feb 27, 2011 at 5:05 PM, Mark Jarecki wrote: > I did a

Re: asynch api mailing list?

2011-02-27 Thread tsuna
On Sun, Feb 27, 2011 at 10:29 AM, Hiller, Dean (Contractor) wrote: > I had a question on the hbase asynch api. Unless other people do not want to discuss asynchbase stuff on this mailing list, I'm happy to discuss any issue or question here. The good thing about using a single list is that it m

Re: asynch api mailing list?

2011-02-27 Thread tsuna
On Sun, Feb 27, 2011 at 1:15 PM, Edward Capriolo wrote: > Sorry to hijack the thread but I noticed thrift 5.0 generates both > synchronous and asyn stubs. Why would someone pick async-hbase vs > thrift-async? If you don't wanna use Thrift. Or if you want a real HBase client that supports the HBa

Re: Hbase 0.90.1 install OS X 10.6.6

2011-02-27 Thread Mark Jarecki
Ahhh, that's it! Ended up being: org.apache.hadoop.ipc.RPC$VersionMismatch: Protocol org.apache.hadoop.hdfs.protocol.ClientProtocol version mismatch. (client = 42, server = 41) Copied the hadoop-0.20.2-core.jar into hbase/lib and all is fine. Thanks a million. Mark On 28/02/2011, at 12:26 PM

Re: thrift and logging

2011-02-27 Thread Jean-Daniel Cryans
What kind of reporting are you looking for? I guess you could debug all the RPC calls by enabling them in log4j, but I guess that's not really what you're looking for :) J-D On Sun, Feb 27, 2011 at 9:51 AM, Jack Levin wrote: > is it possible to enable thrift server to report on all queries it re

Re: thrift and logging

2011-02-27 Thread Jack Levin
Just something that would help debugging, similar to mysqld.log... this sort of thing. -Jack On Sun, Feb 27, 2011 at 8:33 PM, Jean-Daniel Cryans wrote: > What kind of reporting are you looking for? I guess you could debug > all the RPC calls by enabling them in log4j, but I guess that's not > re

Re: Preparing Hbase for the Bulk Load

2011-02-27 Thread praba karan
Stack, Sorry. I was sidelined by other works. It's a sixteen columns. I ve pseudo-distributed mode and I was using it for developing model to implement it in the big clusters. Yes, I am not using the Bulk Loader. I am using the MapReduce program to upload the bulk Load. Used the following code fro