Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 111 to 120 from 214 (0.151s).
Loading phrases to help you
refine your search...
RE: Hbase Region Split not working with JAVA API - HBase - [mail # user]
...Pls give your used command for Put  as well as the java code for put.  -Anoop- ________________________________________ From: msmdhussain [[EMAIL PROTECTED]] Sent: Thursday, Novemb...
   Author: Anoop Sam John, 2012-11-16, 03:40
RE: Column Family level bloom filters - HBase - [mail # user]
...You mean column blooms right? [Bloom on rowkey & cf+qualifier] All blooms will get persisted while writing the HFile. When the HFile is opened for read the bloom info will be read and will b...
   Author: Anoop Sam John, 2012-11-06, 04:57
[HBASE-6331] Problem with HBCK mergeOverlaps - HBase - [issue]
...In HDFSIntegrityFixer#mergeOverlaps(), there is a logic to create the final range of the region after the overlap.I can see one issue with this codeif (RegionSplitCalculator.BYTES_COMPARATOR...
http://issues.apache.org/jira/browse/HBASE-6331    Author: Anoop Sam John, 2012-11-04, 15:44
RE: Filters for hbase scans require reboot. - HBase - [mail # user]
...Yes Jonathan as of now we need a reboot..  Take a look at HBASE-1936. This  is not completed. You can give your thoughts there and have a look at the p atch/discussion...  -An...
   Author: Anoop Sam John, 2012-11-02, 04:06
RE: Bulk Loading - LoadIncrementalHFiles - HBase - [mail # user]
...Hi      Yes while doing the bulk load the table can be presplit. It will have  the same number of reducers as that of the region. One per region. Each HFi le that the red...
   Author: Anoop Sam John, 2012-11-02, 03:55
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...Anil     Have a look at MultiTableOutputFormat  ( I am refering to 0.94 code bas e Not sure whether available in older versions)  -Anoop- ________________________________...
   Author: Anoop Sam John, 2012-10-26, 04:33
RE: problem with fliter in scan - HBase - [mail # user]
...Use  SingleColumnValueFilter#filterIfMissing(true) How many total columns in the Schema? When using the SingleColumnValueFilte r setBatch() might not work ou always.. FYI   -Anoop-...
   Author: Anoop Sam John, 2012-10-26, 04:18
RE: Hbase import Tsv performance (slow import) - HBase - [mail # user]
...wont have any impact on performance.  This is if HFileOutputFormat is being used..  There is a TableOutputFormat  which also can be used as the OutputFormat for MR.. Here writ...
   Author: Anoop Sam John, 2012-10-26, 04:07
RE: Best technique for doing lookup with Secondary Index - HBase - [mail # user]
...Hi Anil,               Some confusion after seeing your reply. You use bulk loading?  You created your own mapper?  You call HTable#put()  f...
   Author: Anoop Sam John, 2012-10-26, 04:06
RE: repetita iuvant? - HBase - [mail # user]
...Hi Can you tell more details? How much data your scan is going to retrieve?  W hat is the time taken in each attempt ? Can you observe the cache hit ratio? What is the memory avail in R...
   Author: Anoop Sam John, 2012-10-25, 05:44
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 (2466)
Jean-Daniel Cryans (2266)
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 (413)
Gary Helmling (290)
Anoop Sam John