Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 80 (2.84s).
Loading phrases to help you
refine your search...
Re: delete rows from hbase - HBase - [mail # user]
...Ok , I see. Is it possible to do it using one map/reduce job. Map phase  will scan required rows using filter. Reduce phase use this row and delete it from the table. My question is it ...
   Author: Oleg Ruchovets, 2012-06-18, 23:13
delete rows from hbase - HBase - [mail # user]
...Hi , I need to delete rows from hbase table by criteria. For example I need to delete all rows started with "12345". I didn't find a way to set a row prefix for delete operation. What is the...
   Author: Oleg Ruchovets, 2012-06-18, 22:08
Re: hbase cascading integration problem - HBase - [mail # user]
...On Tue, Mar 27, 2012 at 12:10 AM, Ted Yu  wrote:  Yes , this class is like a proxy instead of cascading one , because cascading using old api which has no support of RowFilters. Ru...
   Author: Oleg Ruchovets, 2012-03-26, 23:52
hbase cascading integration problem - HBase - [mail # user]
...Hi ,     I know that this is more  cascading related issue but may be someone faced with the same problem or know a another implementation of cascading hbase Tap which support...
   Author: Oleg Ruchovets, 2012-03-26, 21:55
hbase schema row_key only - HBase - [mail # user]
...Hi ,   I  my case  hbase table  has only row key.  The way I add a record to hbase is:  ................. Put put =  new Put(keyBytes);  put.add(Bytes...
   Author: Oleg Ruchovets, 2012-03-23, 20:30
hbase vs mysql read benchmark - HBase - [mail # user]
...Hi.    We are going to write to hbase 50-80 million records on daily basis. Actually write performance is not critical.   We are going read relatively small amount of data 500...
   Author: Oleg Ruchovets, 2012-03-02, 19:37
IN_MEMORY=true settings question - HBase - [mail # user]
...Hi ,     Default value of IN_MEMORY is false. I am going to set IN_MEMORY to true. Should it improve read operation and what is the trade off setting IN_MEMORY to true ( We  u...
   Author: Oleg Ruchovets, 2012-03-02, 19:10
Hbase Table has many column families - HBase - [mail # user]
...Hi , according   hbase book  ( http://hbase.apache.org/book/number.of.cfs.html ) it is recommended as less column families as possible.  I our case we have a schema which has ...
   Author: Oleg Ruchovets, 2012-03-02, 18:49
major compaction time constantly growing - HBase - [mail # user]
...Hi ,   Our environment hbase 90.2 (10 machine)     We have 10 machine grid:     master has 48G ram     slaves machine has 16G ram.     Region Ser...
   Author: Oleg Ruchovets, 2011-09-21, 18:31
Re: how to make tuning for hbase (every couple of days hbase region sever/s crashe) - HBase - [mail # user]
...Thank you very much for your post , It very similar what is happening in our environment.      Before we are going to increase HeapSize we want to make some tuning for hbase m...
   Author: Oleg Ruchovets, 2011-08-25, 08:55
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 (2466)
Jean-Daniel Cryans (2266)
Andrew Purtell (1454)
lars hofhansl (978)
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)
Oleg Ruchovets