Re: Issues with delete markers

2013-07-01 Thread lars hofhansl
m: Varun Sharma >> To: "dev@hbase.apache.org" ; u...@hbase.apache.org >> Cc: >> Sent: Sunday, June 30, 2013 1:56 PM >> Subject: Re: Issues with delete markers >> >> Sorry, typo, i meant that for user scans, should we be passing delete >> markers th

Re: Issues with delete markers

2013-07-01 Thread Varun Sharma
harma >> To: "dev@hbase.apache.org" ; u...@hbase.apache.org >> Cc: >> Sent: Sunday, June 30, 2013 1:56 PM >> Subject: Re: Issues with delete markers >> >> Sorry, typo, i meant that for user scans, should we be passing delete >> markers through.the

Re: Issues with delete markers

2013-07-01 Thread Varun Sharma
gt; method. > > > -- Lars > > > - Original Message - > From: Varun Sharma > To: "dev@hbase.apache.org" ; u...@hbase.apache.org > Cc: > Sent: Sunday, June 30, 2013 1:56 PM > Subject: Re: Issues with delete markers > > Sorry, typo, i meant that for use

Re: Issues with delete markers

2013-07-01 Thread lars hofhansl
- Original Message - From: Varun Sharma To: "dev@hbase.apache.org" ; u...@hbase.apache.org Cc: Sent: Sunday, June 30, 2013 1:56 PM Subject: Re: Issues with delete markers Sorry, typo, i meant that for user scans, should we be passing delete markers through.the filters as well ? Va

Re: Issues with delete markers

2013-06-30 Thread Jesse Yates
There is some discussion of this (and similar issues with delete markers) on HBASE-8809 <https://issues.apache.org/jira/browse/HBASE-8809>. -Jesse --- Jesse Yates @jesse_yates jyates.github.com On Sun, Jun 30, 2013 at 1:56 PM, Varun Sharma wrote: > Sorry, typo, i m

Re: Issues with delete markers

2013-06-30 Thread Varun Sharma
Sorry, typo, i meant that for user scans, should we be passing delete markers through.the filters as well ? Varun On Sun, Jun 30, 2013 at 1:03 PM, Varun Sharma wrote: > For user scans, i feel we should be passing delete markers through as well. > > > On Sun, Jun 30, 2013 at 12:35 PM, Varun Sha

Re: Issues with delete markers

2013-06-30 Thread Varun Sharma
For user scans, i feel we should be passing delete markers through as well. On Sun, Jun 30, 2013 at 12:35 PM, Varun Sharma wrote: > I tried this a little bit and it seems that filters are not called on > delete markers. For raw scans returning delete markers, does it make sense > to do that ? >

Re: Issues with delete markers

2013-06-30 Thread Varun Sharma
I tried this a little bit and it seems that filters are not called on delete markers. For raw scans returning delete markers, does it make sense to do that ? Varun On Sun, Jun 30, 2013 at 12:03 PM, Varun Sharma wrote: > Hi, > > We are having an issue with the way HBase does handling of deletes

Issues with delete markers

2013-06-30 Thread Varun Sharma
Hi, We are having an issue with the way HBase does handling of deletes. We are looking to retrieve 300 columns in a row but the row has tens of thousands of delete markers in it before we span the 300 columns something like this row DeleteCol1 Col1 DeleteCol2 Col2 ... DeleteCol