Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 196 (0.742s).
Loading phrases to help you
refine your search...
RE: Regionservers not connecting to master - HBase - [mail # user]
...Can you try like start any of the regionservers that are not connecting at all.  May be start 2 of them. Observer master logs.  See whether it says  'Waiting for RegionServers...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 13:12
RE: Where is code in hbase that physically delete a record? - HBase - [mail # user]
...Also to see the code how the delete happens pls refer to StoreScanner.java and how the ScanQueryMatcher.match() works.  That is where we decide if any kv has to be avoided due to alread...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 12:46
RE: Where is code in hbase that physically delete a record? - HBase - [mail # user]
...Hi Yun Logically deleting a KeyValue data in hbase is performed Yes correct.  As you understood correctly the major_compact will try to avoid the deleted records when the kvs are copied...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 12:42
RE: ANN: HBase 0.94.2 is available for download - HBase - [mail # user]
...Thanks Jean for your update.  Regards Ram  ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 11:49
RE: Unable to add co-processor to table through HBase api - HBase - [mail # user]
...I tried out a sample test class.  It is working properly.  I just have a doubt whether you are doing the Htd.addCoprocessor() step before creating the table?  Try that way hop...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 04:44
RE: Debugging Coprocessor code in Eclipse - HBase - [mail # user]
...Just adding on to Eugeny Do you have the HBase code?  There are quite a few testcases that adds coprocessors.  May be if you go thro them and run them in debug mode in eclipse will...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 04:09
RE: how to get the timestamp of hfile, like when it's generated. - HBase - [mail # user]
...Hi Yun Peng  You want to know the creation time? I could see the getModificationTime() api.  Internally it is used to get a store file with minimum timestamp. I have not tried it o...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 04:06
RE: hbase can't drop a table - HBase - [mail # user]
...Thanks for the write up Kevin.  Many users will be benefited by this.  Regards Ram  wrote: => ENCODED => ENCODED META 2012-10-16,下午4:52,"Ramkrishna.S.Vasudevan" < or ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-17, 03:55
RE: hbase can't drop a table - HBase - [mail # user]
...What does the 'list' command show?  Does it say the table exists or not?  What I can infer here is that the HTableDescriptor  file got deleted but  the META is having the...
   Author: Ramkrishna.S.Vasudevan, 2012-10-16, 08:52
RE: hbase can't drop a table - HBase - [mail # user]
...Which version of HBase?   The below logs that you have attached says about a different table right  ' deu_ivytest,,1348826121781.985d6ca9986d7d8cfaf82daf523fcd45.' And the one you ...
   Author: Ramkrishna.S.Vasudevan, 2012-10-16, 07:58
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 (980)
Ryan Rawson (862)
Jean-Marc Spaggiari (676)
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