Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 66 (0.155s).
Loading phrases to help you
refine your search...
Re: Key Design Question for list data - HBase - [mail # user]
...Great summary!   The one other thing I would also note is that your consistency requirements need to be considered.  If you want to make atomic list changes you'll need to go wide....
   Author: Jacques, 2012-04-04, 16:46
Re: Rows vs. Columns - HBase - [mail # user]
...As the advice says...  Millions of colums are not a good idea.   If your user information will be sparse eg only a few hundred users will associate with a particular row you'll be ...
   Author: Jacques, 2012-03-20, 06:08
Re: What about storing binary data(e.g. images) in HBase? - HBase - [mail # user]
...Namenode is limited on the number of blocks.  Whether you changed the block size or not would not have much impact on the problem.  I think that the limit is something like 150 mil...
   Author: Jacques, 2012-03-05, 16:49
Re: What about storing binary data(e.g. images) in HBase? - HBase - [mail # user]
...information where file is placed  You're likely to run out of space due to the name node's file count limit if you went with this solution straight.  If you follow this path, you p...
   Author: Jacques, 2012-03-05, 01:29
Re: multiple puts in reducer? - HBase - [mail # user]
...The data flow is what matters.  The reduce phase is about sorting output.  If you push puts to HBase, the input to HBase doesn't have to be sorted since HBase does a sort no matter...
   Author: Jacques, 2012-03-01, 17:28
Re: Set num of mappers in a TableMapReduceUtil.initTableMapperJob - HBase - [mail # user]
...The short answer is that it picks the mappers count is the locked to the number of regions for the table you're working against using that inputformat since this is most efficient.  You...
   Author: Jacques, 2012-03-01, 17:20
Re: multiple puts in reducer? - HBase - [mail # user]
...I see nothing wrong with using the output of the reducer into hbase.   You just need to make sure duplicated operations wouldn't cause problems.  If using tableoutputformat, don't ...
   Author: Jacques, 2012-02-29, 05:16
Re: multiple puts in reducer? - HBase - [mail # user]
...Let me append this.  Having just looked at the code for TableOutputFormat, I must correct myself.  TableOutputFormat does a direct commit so it falls under case 2.  So the onl...
   Author: Jacques, 2012-02-28, 16:21
Re: multiple puts in reducer? - HBase - [mail # user]
...The key is that there are two output commit strategies for a map reduce job.  Those that follow the map reduce paradigm and those that work outside of it.  Option 1: Rely on map-re...
   Author: Jacques, 2012-02-28, 16:15
Re: Corresponding table in Hbase - HBase - [mail # user]
...I'll be... didn't even know that existed in the HBase code base   On Wed, Feb 22, 2012 at 9:25 AM, Stack  wrote:  ...
   Author: Jacques, 2012-02-22, 18:17
Sort:
project
HBase (66)
MapReduce (3)
type
mail # user (51)
mail # dev (14)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (0)
last 9 months (66)
author
Stack (3755)
Ted Yu (2473)
Jean-Daniel Cryans (2278)
Andrew Purtell (1454)
lars hofhansl (986)
Ryan Rawson (862)
Jean-Marc Spaggiari (680)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (417)
Gary Helmling (290)
Jacques