RE: Please welcome our newest committer, Nick Dimiduk

2013-09-12 Thread Amitanand Aiyer
Congrats nick!! From: Anoop John [anoop.hb...@gmail.com] Sent: Tuesday, September 10, 2013 11:17 PM To: user@hbase.apache.org Cc: d...@hbase.apache.org Subject: Re: Please welcome our newest committer, Nick Dimiduk Congratulations Nick... Welcome... -Ano

Re: Slow row deletion performance in comparison to insertion

2012-06-27 Thread Amitanand Aiyer
There was some difference in the way locks are taken for batched deletes and puts. This was fixed for 89. I wonder if the same could be the issue here. Sent from my iPhone On Jun 27, 2012, at 2:04 PM, "Jeff Whiting" wrote: > I'm struggling to understand why my deletes are taking longer than

Re: delete rows from hbase

2012-06-18 Thread Amitanand Aiyer
You could set up a scan with the criteria you want (start row, end row, keyonlyfilter etc), and do a delete for The rows you get. On 6/18/12 3:08 PM, "Oleg Ruchovets" wrote: >Hi , >I need to delete rows from hbase table by criteria. >For example I need to delete all rows started with "12345". >I

Re: Getting EOF Exception when starting HBASE

2011-11-02 Thread Amitanand Aiyer
from the appropriate directory try: patch -p0 [--dry-run] < patch-file-name get rid of --dry-run, if the output looks fine. On Nov 2, 2011, at 5:36 PM, LoveIR wrote: > > Thanks!! I resolved that problem by copying the Hadoop jars to hbase/lib > directory. I am facing a new problem of hbase ver