Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 290 (0.433s).
Loading phrases to help you
refine your search...
Re: region vs regionserver coprocessors - HBase - [mail # dev]
...Looking at RegionServerObserver, it only defines a single method -- preStopRegionServer().  AccessController mediates access on all normal client operations on data, which happen on reg...
   Author: Gary Helmling, 2013-05-15, 02:58
Re: Endpoint vs. Observer Coprocessors - HBase - [mail # user]
...A single class can act as both a RegionObserver and an endpoint.  The Base... classes are just there for convenience.  To implement both, for example, you could: 1) have your class...
   Author: Gary Helmling, 2013-05-03, 16:54
[HBASE-8222] User class should implement equals() and hashCode() - HBase - [issue]
...The current implementation of the User class does not override equals() and hashCode(), so connection reuse in HBaseClient is completely broken....
http://issues.apache.org/jira/browse/HBASE-8222    Author: Gary Helmling, 2013-04-27, 16:55
Re: Coprocessors - HBase - [mail # user]
...This is essentially what coprocessor endpoints (called through HTable.coprocessorExec()) basically do.  (One difference is that there is a parallel request per-region, not per-region se...
   Author: Gary Helmling, 2013-04-25, 22:35
Re: Coreprocessor always scan the whole table. - HBase - [mail # user]
...As others mention HBASE-6870 is about coprocessorExec() always scanning the full .META. table to determine region locations.  Is this what you mean or are you talking about your coproce...
   Author: Gary Helmling, 2013-04-19, 16:17
Re: Is it correct that TokenInfo is always "HBASE_AUTH_TOKEN"? - HBase - [mail # dev]
...Yes its always HBASE_AUTH_TOKEN.  This corresponds to the type set when the token is granted and we only grant one type.  I don't think it makes sense to split into this into 2 typ...
   Author: Gary Helmling, 2013-04-19, 02:12
Re: Hbase question - HBase - [mail # user]
...Hi Rami,  One thing to note for RegionObservers, is that each table region gets its own instance of each configured coprocessor.  So if your cluster has N regions per region server...
   Author: Gary Helmling, 2013-04-09, 18:57
[HBASE-4709] Hadoop metrics2 setup in test MiniDFSClusters spewing JMX errors - HBase - [issue]
...Since switching over HBase to build with Hadoop 0.20.205.0, we've been getting a lot of metrics related errors in the log files for tests:2011-10-30 22:00:22,858 INFO  [main] log.Slf4jL...
http://issues.apache.org/jira/browse/HBASE-4709    Author: Gary Helmling, 2013-04-06, 08:07
[HBASE-6887] Convert security-related shell commands to use PB-based AccessControlService - HBase - [issue]
...The security-related HBase shell commands (grant, revoke, user_permission) are still using the old CoprocessorProtocol-based AccessControllerProtocol endpoint for dynamic RPC.  These ne...
http://issues.apache.org/jira/browse/HBASE-6887    Author: Gary Helmling, 2013-04-06, 08:06
Re: HBaseClient isn't reusing connections but creating a new one each time - HBase - [mail # user]
...Hi Jeff,  Yeah that is pretty bad.  User should definitely be implementing equals() and hashCode().  Thanks for tracking this down and reporting it.  I opened https://iss...
   Author: Gary Helmling, 2013-03-29, 18:59
Sort:
project
HBase (290)
Hadoop (1)
MapReduce (1)
type
mail # dev (161)
mail # user (102)
issue (27)
date
last 7 days (1)
last 30 days (4)
last 90 days (21)
last 6 months (42)
last 9 months (290)
author
Stack (3750)
Ted Yu (2467)
Jean-Daniel Cryans (2270)
Andrew Purtell (1454)
lars hofhansl (979)
Ryan Rawson (862)
Jean-Marc Spaggiari (674)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (510)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)