Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 131 to 140 from 219 (0.213s).
Loading phrases to help you
refine your search...
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
RE: Connecting Remote Hbase & pentaho - HBase - [mail # user]
...Hi Kuldeep,                     If I read your intention behind the question correctly,  you want to know whether you can connect to HB...
   Author: Anoop Sam John, 2012-10-16, 04:23
[HBASE-6040] Use block encoding and HBase handled checksum verification in bulk loading using HFileOutputFormat - HBase - [issue]
...When the data is bulk loaded using HFileOutputFormat, we are not using the block encoding and the HBase handled checksum features..  When the writer is created for making the HFile, I a...
http://issues.apache.org/jira/browse/HBASE-6040    Author: Anoop Sam John, 2012-10-12, 06:36
RE: key design - HBase - [mail # user]
...In that case you can go with your 1st approach IMO "1.key=userid-timestamp and column:=content"  of the key. is it ok? Yes it is...  -Anoop- _______________________________________...
   Author: Anoop Sam John, 2012-10-11, 09:10
RE: How well does HBase run on low/medium memory/cpu clusters? - HBase - [mail # user]
...d? Disk bound?  I would say HBase (RegionServers) are more memory bound.  -Anoop- ________________________________________ From: David Parks [[EMAIL PROTECTED]] Sent: Thursday, Oct...
   Author: Anoop Sam John, 2012-10-11, 08:10
RE: Temporal in Hbase? - HBase - [mail # user]
...Hi Shumin,  Your problem was end_time >= const_st or end_time is null.....  You can make use of FilterList with MUST_PASS_ALL (AND) condition only.. Th is can contain one Single...
   Author: Anoop Sam John, 2012-10-11, 05:10
Sort:
project
HBase (219)
type
mail # user (151)
mail # dev (38)
issue (30)
date
last 7 days (1)
last 30 days (6)
last 90 days (23)
last 6 months (101)
last 9 months (219)
author
Stack (3782)
Ted Yu (2546)
Jean-Daniel Cryans (2290)
Andrew Purtell (1470)
lars hofhansl (1001)
Ryan Rawson (862)
Jean-Marc Spaggiari (702)
Todd Lipcon (672)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
Lars George (439)
stack (439)
Gary Helmling (292)
Anoop Sam John