Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 215 (0.566s).
Loading phrases to help you
refine your search...
RE: endpoint coprocessor performance - HBase - [mail # user]
...Yes agree with Andrew here... I checked the 94 code base yday.  I also feel that the efficiency should be on the higher side.. And there is no whole table scan. The HBase client issues ...
   Author: Anoop Sam John, 2013-03-06, 03:14
[HBASE-6015] HBCK rerun should check all the regions which it checked in the first run - HBase - [issue]
...When after the 1st round of run and possible fixes, HBCK does a rerun to check the consistency of the regions. At this rerun1.It should check all the regions which it checked in the 1st roun...
http://issues.apache.org/jira/browse/HBASE-6015    Author: Anoop Sam John, 2013-02-28, 03:50
RE: HBase CheckSum vs Hadoop CheckSum - HBase - [mail # user]
...JM     Pls check  "dfs.datanode.scan.period.hours"  -Anoop- ________________________________________ From: Jean-Marc Spaggiari [[EMAIL PROTECTED]] Sent: Tuesday, February...
   Author: Anoop Sam John, 2013-02-26, 13:53
RE: HBase CheckSum vs Hadoop CheckSum - HBase - [mail # user]
...I was typing a reply and by the time Liang replied :) Ya agree with him.  It is only the HDFS client (At RS) not doing the checksum verification based on the HDFS stored checksum. Inste...
   Author: Anoop Sam John, 2013-02-26, 12:45
[HBASE-7919] Wrong key is used in ServerManager#getServerConnection() to retrieve from Map serverConnections - HBase - [issue]
...ServerManager#getServerConnection() try to retrieve the cached connection from Map serverConnections. ServerName objects are the key with which items are saved in this map. But we use String...
http://issues.apache.org/jira/browse/HBASE-7919    Author: Anoop Sam John, 2013-02-24, 15:49
RE: attributes - basic question - HBase - [mail # user]
...We have used setAttribute() along with Scan which we are using in the CP.  Ya it will work fine. Pls try with ur use case and if finding any issue pls report   -Anoop- ____________...
   Author: Anoop Sam John, 2013-02-23, 05:15
[HBASE-6214] Backport HBASE-5998 to 94.1 - HBase - [issue]
http://issues.apache.org/jira/browse/HBASE-6214    Author: Anoop Sam John, 2013-02-22, 20:51
RE: Optimizing Multi Gets in hbase - HBase - [mail # user]
...It will instantiate one scan op per Get   -Anoop- ________________________________________ From: Varun Sharma [[EMAIL PROTECTED]] Sent: Monday, February 18, 2013 3:27 PM To: [EMAIL PROT...
   Author: Anoop Sam John, 2013-02-18, 10:49
RE: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
...We dont have any hook like postScan()..  In ur case you can try with postScannerClose()..  This will be called once per region. When the scan on that region is over the scanner ope...
   Author: Anoop Sam John, 2013-02-18, 05:23
RE: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
...the code after scanning each region  Exactly at what point you want to run your custom code?  We have hooks at points like opening a scanner at a region, closing scanner at a regio...
   Author: Anoop Sam John, 2013-02-18, 04:15
Sort:
project
HBase (215)
type
mail # user (151)
mail # dev (38)
issue (26)
date
last 7 days (2)
last 30 days (2)
last 90 days (37)
last 6 months (111)
last 9 months (215)
author
Stack (3752)
Ted Yu (2469)
Jean-Daniel Cryans (2271)
Andrew Purtell (1454)
lars hofhansl (982)
Ryan Rawson (862)
Jean-Marc Spaggiari (677)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (414)
Gary Helmling (290)
Anoop Sam John