Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 71 to 80 from 80 (2.826s).
Loading phrases to help you
refine your search...
Re: scan performance improvement - HBase - [mail # user]
...Great , thank you for the explanation.    my table schema is:           {NAME => 'URLs_sanity', FAMILIES => [{NAME => 'gs', VERSIONS => '1', CO...
   Author: Oleg Ruchovets, 2010-11-11, 13:30
Re: scan performance improvement - HBase - [mail # user]
...Yes , I thought about large number , so you said it depends on block size. Good point.  I have one recored ~ 4k ,  block size is:     dfs.block.size   268435456 &nbs...
   Author: Oleg Ruchovets, 2010-11-11, 11:55
scan performance improvement - HBase - [mail # user]
...Hi ,    To improve client performance I  changed hbase.client.scanner.caching from 1 to 50. After running client with new value( hbase.client.scanner.caching from = 50 ) it di...
   Author: Oleg Ruchovets, 2010-11-11, 11:15
Re: Bulk Load Sample Code - HBase - [mail # user]
...Hi ,     Am I write that version hbase 20.X supports bulk load only in case data has ONE column family? My question is :     Does latest (or any other) version support bu...
   Author: Oleg Ruchovets, 2010-11-10, 15:57
Re: Best Way to Insert data into Hbase using Map Reduce - HBase - [mail # user]
...Hi , Do you use HTablePool? Changing the code to using HBasePool gives  me significat performance benefit.   HBaseConfiguration conf = new HBaseConfiguration(); HTablePool pool = n...
   Author: Oleg Ruchovets, 2010-11-09, 10:32
Re: Hbase insertion process cause to region server down. - HBase - [mail # user]
...As Jonathan said it is normal , I still need to do more tests to be sure that I hasn't lost the inserted data.     I paid attention that I got this exceptions during compaction &nb...
   Author: Oleg Ruchovets, 2010-11-09, 09:20
Hbase insertion process cause to region server down. - HBase - [mail # user]
...Hi ,  I run map/reduce job which from reducers writes to hbase. I have to write 8-9 million raws.    My environment:   5 servers dual core , 8G ram.   HDFS -- 9TB &n...
   Author: Oleg Ruchovets, 2010-11-08, 15:52
Re: Scanner call crashed regionserver under load - HBase - [mail # user]
...Hi ,    Can you please provide more details : what do you mean elease server-side resources?    I get the similar Issue and the only what I do is return HTable to the &nb...
   Author: Oleg Ruchovets, 2010-11-07, 18:43
Re: scan specific hbase region - HBase - [mail # user]
...Great ,  thank you.  On Wed, Oct 20, 2010 at 3:56 PM, Matthew LeMieux  wrote:   *  /***  *   * Apply the specified server-side filter when performing the S...
   Author: Oleg Ruchovets, 2010-10-20, 16:03
scan specific hbase region - HBase - [mail # user]
...Hi ,      I am running hbase scan on daily basis. HBase table become bigger and as a result it takes to more time to scan it , but actually I don't need to scan all the table....
   Author: Oleg Ruchovets, 2010-10-20, 10:24
Sort:
project
HBase (80)
Hadoop (31)
Kafka (24)
HDFS (3)
MapReduce (3)
Zookeeper (2)
type
mail # user (80)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (10)
last 9 months (80)
author
Stack (3750)
Ted Yu (2463)
Jean-Daniel Cryans (2263)
Andrew Purtell (1454)
lars hofhansl (976)
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)
Oleg Ruchovets