Re: How to make the client fast fail

2015-06-14 Thread mukund murrali
It would be great if there is a single timeout configuration from the client end. All other parameters should fine tune based on that one parameter. We have modified simple based on trail basis to suit our need. Also not sure what side effect it would cause configuring those parameters. On Mon, Ju

RE: How to make the client fast fail

2015-06-14 Thread Hariharan_Sethuraman
We are also interested on the solution for this. With hbase.client.retries.number = 7 and client.pause=400ms, it came down to ~9mins (from 20 mins). Now we are thinking the 9mins is also a big number. Thanks, Hari -Original Message- From: PRANEESH KUMAR [mailto:praneesh.san...@gmail.com

Re: How to make the client fast fail

2015-06-14 Thread PRANEESH KUMAR
Hi Michael, We can have a monitoring thread and interrupt the hbase client thread after time out instead of doing this I want the timeout or some exception to be thrown from the HBase client itself. On Thu, Jun 11, 2015 at 5:16 AM, Michael Segel wrote: > threads? > > So that regardless of your

Re: HBase shell providing wrong results with startrow(with composite key having String and Ints)

2015-06-14 Thread anil gupta
Thanks Stack. On Wed, Jun 10, 2015 at 8:06 AM, Stack wrote: > On Mon, Jun 8, 2015 at 10:27 PM, anil gupta wrote: > > > So, if we have to match against non-string data in hbase shell. We should > > always use double quotes? > > > Double-quotes means the shell (ruby) will interpret and undo any e

Re: Where can I find the apidoc for newer version of Hbase?

2015-06-14 Thread anil gupta
+1 on getting the docs of all current releases on HBase website. IMHO, It's not convenient to tell people to download stuff just to see docs. Especially, when you are trying to make people adopt/learn HBase(i have faced resistance from some of my colleagues on this.) I like that ElasticSearch webs

Re: Where can I find the apidoc for newer version of Hbase?

2015-06-14 Thread guxiaobo1982
version 1.0.1.1, but I'd like to read them online. -- Original -- From: "Sean Busbey";; Send time: Sunday, Jun 14, 2015 9:55 AM To: "user"; Subject: Re: Where can I find the apidoc for newer version of Hbase? What version are you looking for, specificall