Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 11 (0.117s).
Loading phrases to help you
refine your search...
if reads are bigger than a heap size? - HBase - [mail # user]
...hi, hbase users.  maybe this is a dummy question for well-known hbase users.  if read requests are so many many, data size is bigger than heap size. I mean that data size from requ...
   Author: Henry JunYoung KIM, 2013-03-19, 05:34
too heavy network traffic when row-counting by coprocessor. - HBase - [mail # user]
...hi, friends.  I've tested to count total table rows by using AggregationClient that is using a coprocessor.  In a this client, it provide RowCount class to count all rows in a tabl...
   Author: Henry JunYoung KIM, 2013-03-05, 01:16
Re: HRegionInfo returns empty values. - HBase - [mail # user]
...I want to extract a start-key and an end-key of a region ;)   for a start key, a scanner is enough I think without arguments.  then it returns a single row which is a start-key of ...
   Author: Henry JunYoung KIM, 2012-10-22, 00:15
Re: HRegionInfo returns empty values. - HBase - [mail # user]
...yes, right ;)   currently, I have just a single region.   in this case, to get a start-key and and end-key, I need to use just a  scanner. right?  2012. 10. 19., 오후 5:51,...
   Author: Henry JunYoung KIM, 2012-10-19, 09:03
HRegionInfo returns empty values. - HBase - [mail # user]
...Hi, hbase-users.  To get a start-key and end-key from each region, I implemented simple  code like this.     HTable table = new HTable(admin.getConf(),  admin.getTa...
   Author: Henry JunYoung KIM, 2012-10-19, 08:43
questions to append data always from table end!!! - HBase - [mail # user]
...hi, hbase users.  this question is about a row-key design pattern I believe. To append data always an end of table, which row-key structures are  recommenable?  multiple threa...
   Author: Henry JunYoung KIM, 2012-10-05, 06:50
Re: ways to make orders when it puts - HBase - [mail # user]
...yes, this needs for our indexer for datas.  I mean that hbase need to store some kinds of data list based on entry  time and then by indexer, It will try to search new data list by...
   Author: Henry JunYoung KIM, 2012-10-05, 01:58
cannot create a table having a snappy compression algorithm in mac os x. - HBase - [mail # user]
...Hi, hbase users.  I have a problem to create a table with a snappy algorithm in Mac OS X  (lion).  I am sure that there is a snappy jar file in $HBASE_HOME/lib, but, it  ...
   Author: Henry JunYoung KIM, 2012-09-05, 11:35
Re: Coprocessor tests under busy insertions - HBase - [mail # user]
...hi, Anoop.  this is my implementation using Coprocessors RegionObserver.  … @Override     public void prePut(ObserverContext e,  Put put, WALEdit edit,    ...
   Author: Henry JunYoung KIM, 2012-08-13, 05:15
Coprocessor tests under busy insertions - HBase - [mail # user]
...Hi, hbase users.   now, I am testing coprocessors to create secondary indexes in  background.  coprocessors itself is packaged in base 0.92.1 I am using.  the scenario I ...
   Author: Henry JunYoung KIM, 2012-08-13, 01:48
Sort:
project
HBase (11)
HDFS (1)
Hadoop (1)
MapReduce (1)
type
mail # user (11)
date
last 7 days (0)
last 30 days (0)
last 90 days (2)
last 6 months (2)
last 9 months (11)
author
Stack (3750)
Ted Yu (2464)
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)
Henry JunYoung KIM