Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 161 to 170 from 214 (0.254s).
Loading phrases to help you
refine your search...
RE: Can a server function make a rpc call to the corresponding client - HBase - [mail # dev]
...Hi       You can see RegionObserver Interface.  You need to implement this inte rface and plugin the same to RSs.  [U can also extend BaseRegionObserver class]  ...
   Author: Anoop Sam John, 2012-06-28, 16:35
RE: Scan vs Put vs Get - HBase - [mail # user]
...Seems blocks you are getting from cache.   You can check with Blooms also once.  You can enable the usage of bloom using the config param "io.storefile.bloo m.enabled" set to true ...
   Author: Anoop Sam John, 2012-06-28, 13:30
RE: Can a server function make a rpc call to the corresponding client - HBase - [mail # dev]
...Hi     Can you write your code in a co processor impl? So that server can call  your code. CP will run at server side. I am not sure whether you must come to the client proces...
   Author: Anoop Sam John, 2012-06-28, 04:59
RE: Scan vs Put vs Get - HBase - [mail # user]
...Hi      How many Gets you batch together in one call? Is this equal to the Sca n#setCaching () that u are using? If both are same u can be sure that the the number of NW calls...
   Author: Anoop Sam John, 2012-06-28, 04:56
RE: direct Hfile Read and Writes - HBase - [mail # user]
...When there is a need of bulk loading huge amount of data into HBase at one  time, it will be better go with the direct HFile write. Here 1st using the MR framework HFiles are directly w...
   Author: Anoop Sam John, 2012-06-28, 03:37
RE: No autoflush from table within coprocessor? - HBase - [mail # dev]
...Hi Lars                     autoFlush will be having a default value true right?  O n HTable this can be set as false using the setAuto...
   Author: Anoop Sam John, 2012-06-27, 04:57
RE: Can there be a doMiniBatchDelete in HRegion? - HBase - [mail # dev]
...I have made the new miniBatchDelete () and made the HTable#delete(List) to call this new batch delete. Just tested initially with the one node cluster.  In that itself I am getti ng a p...
   Author: Anoop Sam John, 2012-06-25, 13:50
RE: Can there be a doMiniBatchDelete in HRegion? - HBase - [mail # dev]
...Sure Ted. I will test and inform the result.  -Anoop- ________________________________________ From: [EMAIL PROTECTED] [[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2012 6:31 PM To: [EM...
   Author: Anoop Sam John, 2012-06-21, 03:30
[HBASE-6164] Correct the bug in block encoding usage in bulkload - HBase - [issue]
...Address the issue raised under HBASE-6040https://issues.apache.org/jira/browse/HBASE-6040?focusedCommentId=13289334&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#...
http://issues.apache.org/jira/browse/HBASE-6164    Author: Anoop Sam John, 2012-06-20, 18:58
Can there be a doMiniBatchDelete in HRegion? - HBase - [mail # dev]
...Hi Devs                There is a batch put support in the HRegion level. When the p ut(List) happens from client, Puts corresponding to one region mi...
   Author: Anoop Sam John, 2012-06-20, 09:49
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 (36)
last 6 months (110)
last 9 months (214)
author
Stack (3750)
Ted Yu (2464)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (977)
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