Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 178 (0.136s).
Loading phrases to help you
refine your search...
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
...Hi Mohammad,  You are most welcome to join the discussion. I have never used PageFilter so i don't really have concrete input. I had a look at http://hbase.apache.org/apidocs/org/apache...
   Author: anil gupta, 2013-01-30, 08:03
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
...Hi Jean,  Please find my reply inline.  On Tue, Jan 29, 2013 at 1:40 PM, Jean-Marc Spaggiari  wrote:  Absolutely true!  No, i dont need to be able to jump page X. I ...
   Author: anil gupta, 2013-01-30, 07:49
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
...Yes, your suggested solution only works on RowKey based pagination. It will fail when you start filtering on the basis of columns.  Still, i would say it's comparatively easier to maint...
   Author: anil gupta, 2013-01-29, 21:16
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
...That's alright..I thought that you have come-up with a killer solution. So, got curious to hear your ideas. ;) It seems like your below mentioned solution will not work on filtering on non r...
   Author: anil gupta, 2013-01-28, 03:31
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
...Inline...  On Fri, Jan 25, 2013 at 9:17 AM, Jean-Marc Spaggiari  wrote:  Yes, this is a possibility. Hence the Developer has to take care of this case. It might also be possib...
   Author: anil gupta, 2013-01-25, 17:43
Re: Pagination with HBase - getting previous page of data - HBase - [mail # user]
...Hi Vijay,  I've done paging in HBase by using Scan only(no pagination filter) as Mohammed has explained. However it was just an experimental stuff. It works but Jean raised a very good ...
   Author: anil gupta, 2013-01-25, 17:07
Re: LoadIncrementalHFiles always run with "hbase" user - HBase - [mail # user]
...Hi Harsh,  Thanks for your response. If i understand you correctly then instead of the process(java program) that i started, RS is trying to write in the directory. Hence the error. Rig...
   Author: anil gupta, 2013-01-24, 17:09
LoadIncrementalHFiles always run with "hbase" user - HBase - [mail # user]
...Hi All,  I am generating HFiles by running the bulk loader with a custom mapper. Once the MR job for generating HFile is finished, I trigger the loading of HFiles into HBase with the he...
   Author: anil gupta, 2013-01-24, 01:09
Re: write throughput in cassandra, understanding hbase - HBase - [mail # user]
...Hi Ahmed,  As other have said that HBase and Cassandra have subtle differences. This post might provide you insight into difference between them: http://bigdatanoob.blogspot.com/2012/11...
   Author: anil gupta, 2013-01-23, 07:08
Re: Possibly unnecessary check in Result.getColumnLatest(byte[] family, byte[] qualifier) - HBase - [mail # user]
...Inline.  On Tue, Jan 22, 2013 at 3:19 PM, Ted Yu  wrote:  http://svn.apache.org/repos/asf/hbase/tags/0.94.3/src/main/java/org/apache/hadoop/hbase/client/Result.java  I me...
   Author: anil gupta, 2013-01-22, 23:27
Sort:
project
HBase (178)
Hadoop (48)
Sqoop (16)
MapReduce (14)
HDFS (10)
type
mail # user (178)
date
last 7 days (2)
last 30 days (4)
last 90 days (5)
last 6 months (57)
last 9 months (178)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2269)
Andrew Purtell (1454)
lars hofhansl (978)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
anil gupta