Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 28 (0.088s).
Loading phrases to help you
refine your search...
the impact of different HFileDataBlockEncoder. - HBase - [mail # user]
...hi,all I have questions about HFileDataBlockEncoder.  1) In new version beyond 0.94, is there another HFileDataBlockEncoder impl?  2) how the different HFileDataBlockEncoder impact...
   Author: Bing Jiang, 2013-01-17, 09:19
Re: RegionServer level co-processor - HBase - [mail # user]
...In my view, if you want to realize Jubtaus, you can use  Endpoint.  Which is different from RegionServerObserver. A client will launch a task about a table, and it will execute an ...
   Author: Bing Jiang, 2013-01-15, 11:38
Re: Tune MapReduce over HBase to insert data - HBase - [mail # user]
...Hi, mohandes.zebeleh you can adjust parameter as below( Major Compaction, Minor Compaction, Split): if you do not set, it will retain default value(1).     hbase.regionserver.threa...
   Author: Bing Jiang, 2013-01-15, 01:33
Re: Tune MapReduce over HBase to insert data - HBase - [mail # user]
...hi,anoop. Why not hbase mapreduce package contains the tools like this?  Anoop John 编写:  ...
   Author: Bing Jiang, 2013-01-13, 09:31
Re: HConnectionImplementation closed - HBase - [mail # user]
...check hbase conf exists in mr job environment . On Jan 6, 2013 7:36 PM,  wrote:  ...
   Author: Bing Jiang, 2013-01-09, 00:25
Re: Tune MapReduce over HBase to insert data - HBase - [mail # user]
...In our experience, it can enhance mapreduce insert by 1.add regionserver flush thread number 2.add memstore/jvm_heap 3.pre split table region before mapreduce 4.add large and small compactio...
   Author: Bing Jiang, 2013-01-08, 15:28
hbase-0.94.3 region cannot split , which results into regionserver offline? - HBase - [mail # user]
...hi,all use hbase-0.94.3,  We have encounted an error that results into Regionserver offline.  Stack:  2012-12-25 19:25:04,654 FATAL org.apache.hadoop.hbase.regionserver.HRegio...
   Author: Bing Jiang, 2012-12-25, 11:32
Re: delete rows without writing HLog may be appear in the future? - HBase - [mail # user]
...If I set hbase.hregion.preclose.flush.size to zero, can HBase guarantee that when HRegionServer quit, whether It will execute the last flush. As Lars says, the issue refers to memstore flush...
   Author: Bing Jiang, 2012-11-22, 06:50
Re: delete rows without writing HLog may be appear in the future? - HBase - [mail # user]
...I think when compaction is intrigued, if the records has already flushed into hdfs, whether it is worthless to retain the Hlog before that timestamp. In other ways, for example, some rows ar...
   Author: Bing Jiang, 2012-11-22, 04:36
Re: delete rows without writing HLog may be appear in the future? - HBase - [mail # user]
...In our hbase cluster, I test if delete records with hlog or without. Attachment is my my test. The result of test can testify why I make a decision of delete rows without hlog .   2012/...
   Author: Bing Jiang, 2012-11-22, 03:53
Sort:
project
HBase (28)
MapReduce (11)
Hadoop (1)
type
mail # user (26)
issue (1)
mail # dev (1)
date
last 7 days (1)
last 30 days (7)
last 90 days (9)
last 6 months (25)
last 9 months (28)
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)
Bing Jiang