Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 121 to 130 from 214 (0.432s).
Loading phrases to help you
refine your search...
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...Anil,        In prePut hook u call HTable#put()?  Why use the network calls from  server side here then? can not handle it from client alone? You can have a &nb...
   Author: Anoop Sam John, 2012-10-25, 04:44
[HBASE-7036] Exclude org.apache.hadoop.hbase.coprocessor.example.generated package from findbugs check - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-7036    Author: Anoop Sam John, 2012-10-24, 00:48
RE: A question of storage structure for memstore? - HBase - [mail # user]
...To be precise there will be one memstore per family per region.. If table having 2 CFs and there are 10 regions for that table then totally  2*10=20 memstores..  -Anoop- __________...
   Author: Anoop Sam John, 2012-10-22, 13:05
RE: HRegionInfo returns empty values. - HBase - [mail # user]
...Actually how many regions in your table? Only one region? In that case it will be having startkey and endkey as empt y.. So your case what it prints looks to be correct.   -Anoop- _____...
   Author: Anoop Sam John, 2012-10-19, 08:57
RE: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Anil      Yes the same. You got the HTD from the master to your client code and  just added the CP into that Object. In order to reflect the change in the H Base cluster ...
   Author: Anoop Sam John, 2012-10-19, 05:37
RE: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...me,               new Path("hdfs://hbasecluster/tmp/hbase_cdh4.jar"), Coprocessor.PRIORITY_USER,map);  Anil,  Don't you have to modify the table ...
   Author: Anoop Sam John, 2012-10-19, 04:43
RE: Coprocessor end point vs MapReduce? - HBase - [mail # user]
...A CP and Endpoints operates at a region level.. Any operation within one re gion we can perform using this..  I have seen in below use case that along  with the delete there was a ...
   Author: Anoop Sam John, 2012-10-19, 03:33
RE: Coprocessor end point vs MapReduce? - HBase - [mail # user]
...Hi Jean        >>Are all coprocessors running at the same time on all regions Yes it will try to run all in parallel.. It will submit one callable for ea ch of the ...
   Author: Anoop Sam John, 2012-10-18, 04:20
RE: Where is code in hbase that physically delete a record? - HBase - [mail # user]
...Hi Yun,              We have preCompactScannerOpen() and preCompact() hooks..  As we said, for compaction, a scanner for reading all corresponding HFi...
   Author: Anoop Sam John, 2012-10-18, 03:32
RE: Where is code in hbase that physically delete a record? - HBase - [mail # user]
...You can see the code in ScanQueryMatcher Basically in major compact a scan will be happening scanning all the files. .. As per the delete markers, the deleted KVs wont come out of the scanne...
   Author: Anoop Sam John, 2012-10-17, 12:31
Sort:
project
HBase (214)
type
mail # user (151)
mail # dev (38)
issue (25)
date
last 7 days (1)
last 30 days (1)
last 90 days (39)
last 6 months (110)
last 9 months (214)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (570)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (411)
Gary Helmling (290)
Anoop Sam John