Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 196 (0.11s).
Loading phrases to help you
refine your search...
RE: How to adjust hbase settings when too many store files? - HBase - [mail # user]
...Also check what is your heap size of RS? When you say hTable.put(), how many such threads are there?  What is your region size?  Is your regions splitting continuously do to heavy ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-29, 06:05
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...Yes we can do this, but for it to happen you may have to have your custom load balancer which will help you in getting the collocation.  Regards Ram  ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-26, 14:33
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...No... suppose your Region A and Region B of different tables are collocated on same RS then from the coprocessor environment variable you can get access to the RS. call puts or gets.  T...
   Author: Ramkrishna.S.Vasudevan, 2012-10-26, 08:13
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...Yes you can do this..  May be the same mapper you can do a put for table "B".  This was how we have tried loading data to another table by using the main table "A" Puts.  Now ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-26, 04:20
RE: How do I test SampleRegionWALObserver? - HBase - [mail # user]
...The WALObserver should be configured under Hbase.coprocessor.wal.classes.  I can see that you have done the config under region.classes.  Change this and it should work :)  Re...
   Author: Ramkrishna.S.Vasudevan, 2012-10-25, 12:05
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...Just out of curiosity, what is rowkey B here?  How is the startRow determined for every query ?  Regards Ram  ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-25, 05:16
RE: HRegionInfo returns empty values. - HBase - [mail # user]
...Hi Henry  When you have only one region there is no specific start and end key for it.  They are just empty bytes. Do you want to know the first row and the last row in that single...
   Author: Ramkrishna.S.Vasudevan, 2012-10-23, 04:32
RE: HRegionInfo returns empty values. - HBase - [mail # user]
...What is your need? You want to scan the rows i.e data in the table?  Or you want to start and endkeys.  Actually for single region just empty bytes represent the start and endkey. ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-19, 09:07
RE: HRegionInfo returns empty values. - HBase - [mail # user]
...Can you tell me how the splitkeys are formed when the table was created?  Or there are no splits at all for your table?  If there are no splits then you will get empty start and en...
   Author: Ramkrishna.S.Vasudevan, 2012-10-19, 08:51
RE: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...Ok Anil.. Not a problem.. My intention was to just see if the api was working during createtable so that it will help you.  Regards Ram  ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-19, 05:54
Sort:
project
HBase (196)
type
mail # dev (114)
mail # user (82)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (196)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (979)
Ryan Rawson (862)
Jean-Marc Spaggiari (675)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Ramkrishna.S.Vasudevan