Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 91 to 100 from 215 (0.081s).
Loading phrases to help you
refine your search...
RE: MR missing lines - HBase - [mail # user]
...Hi All            Be careful with selecting the Delete#deleteColumn() Delete#deleteColumns(). deleteColumn() API is to delete just one version of a column in a ...
   Author: Anoop Sam John, 2012-12-20, 04:24
RE: HBase - Secondary Index - HBase - [mail # user]
...David   Not using any existing library like Lucene.  The index data of a table will be written in another HBase table.  -Anoop- ________________________________________ From: ...
   Author: Anoop Sam John, 2012-12-20, 03:44
RE: HBase - Secondary Index - HBase - [mail # user]
...Hi Nick, Andrew              I am discussing this with the management here. Can tell more details after the new year.. Some people are not available due to...
   Author: Anoop Sam John, 2012-12-20, 03:33
RE: MR missing lines - HBase - [mail # user]
...Jean:  just one thought after seeing the description and the code.. Not related to the missing as such  You want to delete the row fully right? And your code is like  deleteCo...
   Author: Anoop Sam John, 2012-12-19, 05:11
RE: HBase - Secondary Index - HBase - [mail # user]
...Hi Mike I think the question is to Anil.. In his case he is not doing the index data scan at the server side. He scan the index table data back to client and from client doing gets to get th...
   Author: Anoop Sam John, 2012-12-18, 09:35
RE: HBase - Secondary Index - HBase - [mail # user]
...Anil:     If the scan from client side does not specify any rowkey range but only the filter condition, yes it will go to all the primary table regions for the scan. There 1st it w...
   Author: Anoop Sam John, 2012-12-18, 09:27
RE: HBase - Secondary Index - HBase - [mail # user]
...Hi Anil                 During the scan, there is no need to fetch any index data to client side. So there is no need to create any scanner on the ind...
   Author: Anoop Sam John, 2012-12-17, 04:02
RE: HBase - Secondary Index - HBase - [mail # user]
...Hi Anil,  Region of Secondary Table are always located on the same region server. How do you achieve it? By using the Primary table rowkey as prefix of  Rowkey of Secondary Table? ...
   Author: Anoop Sam John, 2012-12-14, 08:54
RE: Re:Re: Counter and Coprocessor Musing - HBase - [mail # user]
...Agree with Azury Ted : He mentions some thing different than HBASE-5982. If the count of the rows maintained in another meta table, then getting the rows count from that will be much faster ...
   Author: Anoop Sam John, 2012-12-12, 05:04
RE: Heterogeneous cluster - HBase - [mail # user]
...Hi Jean      Hope you are clear from Harsh's reply.. Thanks Harsh Pls always keep in mind the 2 layers HBase and under that the HDFS layer where the data actually lies. When u...
   Author: Anoop Sam John, 2012-12-12, 03:54
Sort:
project
HBase (215)
type
mail # user (151)
mail # dev (38)
issue (26)
date
last 7 days (2)
last 30 days (2)
last 90 days (36)
last 6 months (111)
last 9 months (215)
author
Stack (3754)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Anoop Sam John