Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 215 (0.159s).
Loading phrases to help you
refine your search...
RE: reginoserver's log analysis? - HBase - [mail # user]
...I guess you mean  "what is blocking memstore size" This you can configure using 2 properties. 1. hbase.hregion.memstore.flush.size -> Using this you specify when the memstore to be f...
   Author: Anoop Sam John, 2013-01-03, 12:37
RE: reginoserver's log analysis? - HBase - [mail # user]
...The writes to your table will be written 1st to in memory data structure (memstore). When this memstore reaches some defined size it will be flushed into the file system and the memory can b...
   Author: Anoop Sam John, 2013-01-03, 10:23
RE: HBase - Secondary Index - HBase - [mail # user]
...http://hbtc2012.hadooper.cn/subject/track4TedYu4.pdf  -Anoop-  ________________________________________ From: Mohit Anchlia [[EMAIL PROTECTED]] Sent: Friday, December 28, 2012 9:12...
   Author: Anoop Sam John, 2012-12-28, 04:14
RE: HBase - Secondary Index - HBase - [mail # user]
...Yes as you say when the no of rows to be returned is becoming more and more the latency will be becoming more.  seeks within an HFile block is some what expensive op now. (Not much but ...
   Author: Anoop Sam John, 2012-12-28, 03:33
RE: HBase - Secondary Index - HBase - [mail # user]
...index table?  We have a custom HalfStoreFileReader to read the split index region data. This reader will change the rowkey it returns with replacing the startkey part.  After a spl...
   Author: Anoop Sam John, 2012-12-27, 11:30
RE: which API is to get table meta data in hbase - HBase - [mail # user]
...number in the give table, I say , hbase has this meta data, is it,         And which API is to get it, and how to use API,  There is no such meta data for a table. &...
   Author: Anoop Sam John, 2012-12-27, 08:23
RE: how to use API to statistic how many message has been store in the table in hbase - HBase - [mail # user]
...So you want to know the no# of rows in a table? Have a look at AggregationClient#rowCount()   -Anoop- ________________________________________ From: tgh [[EMAIL PROTECTED]] Sent: Thursd...
   Author: Anoop Sam John, 2012-12-27, 05:31
RE: The sound of silence - HBase - [mail # dev]
...Sure.. Starting with that...  -Anoop- ________________________________________ From: Nick Dimiduk [[EMAIL PROTECTED]] Sent: Friday, December 21, 2012 4:00 AM To: [EMAIL PROTECTED] Subje...
   Author: Anoop Sam John, 2012-12-21, 03:43
RE: The sound of silence - HBase - [mail # dev]
...Nick, Stack                      Any issues raised for tracking the findbugs fix? I will be happy to support in this.  -Anoop- ___...
   Author: Anoop Sam John, 2012-12-20, 06:14
RE: Can Hbase run on NFS cluster - HBase - [mail # user]
...Can you check for the logs at the region server side where the region split happens? Paste the logs at this point if some exception happens. You can see the split code from CompactSpiltThrea...
   Author: Anoop Sam John, 2012-12-20, 06:13
Sort:
project
HBase (215)
type
mail # user (151)
mail # dev (38)
issue (26)
date
last 7 days (1)
last 30 days (2)
last 90 days (35)
last 6 months (111)
last 9 months (215)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (419)
Gary Helmling (290)
Anoop Sam John