Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 49 (0.043s).
Loading phrases to help you
refine your search...
Re: Problem with cloudera - HBase - [mail # user]
...a real simple test would be to do a telnet to port 9090 of server from your client machine. make sure that works fine. a server could be listening on port 9090, that doesnt mean clients can ...
   Author: T Vinod Gupta, 2012-02-29, 13:52
Re: multiple puts in reducer? - HBase - [mail # user]
...Mike, I didn't understand - why would I not need reducer in hbase m/r? there can be cases right. My use case is very similar to Sujee's blog on frequency counting - http://sujee.net/tech/art...
   Author: T Vinod Gupta, 2012-02-28, 16:14
Re: multiple puts in reducer? - HBase - [mail # user]
...Thanks, I didn't know about this! so this is always useful. I'll keep this in mind when implementing.   On Tue, Feb 28, 2012 at 7:22 AM, Ben Snively  wrote:  ...
   Author: T Vinod Gupta, 2012-02-28, 15:25
Re: multiple puts in reducer? - HBase - [mail # user]
...thanks, that helps!!  On Tue, Feb 28, 2012 at 7:02 AM, Tim Robertson wrote:  ...
   Author: T Vinod Gupta, 2012-02-28, 15:06
Re: multiple puts in reducer? - HBase - [mail # user]
...Ben, I didn't quite understand your concern? What speculative execution are you referring to?  thanks vinod  On Tue, Feb 28, 2012 at 6:45 AM, Ben Snively  wrote:  ...
   Author: T Vinod Gupta, 2012-02-28, 14:51
Re: multiple puts in reducer? - HBase - [mail # user]
...I was looking at this page - http://hbase.apache.org/book/mapreduce.example.html. specifically, section 7.2.4. so if i understand you correctly, i can pass a list of puts to context.write()?...
   Author: T Vinod Gupta, 2012-02-28, 14:50
multiple puts in reducer? - HBase - [mail # user]
...while doing map reduce on hbase tables, is it possible to do multiple puts in the reducer? what i want is a way to be able to write multiple rows. if its not possible, then what are the othe...
   Author: T Vinod Gupta, 2012-02-28, 14:34
can hbase api help in ranking? - HBase - [mail # user]
...hi, im pretty sure that this is not supported but still checking. lets say my column names are sorted by some score. that way, when i do column gets, i get data in sorted order of scores. bu...
   Author: T Vinod Gupta, 2012-02-28, 13:24
Re: Couple of schema design questions - HBase - [mail # user]
...if you want data to get deleted after a while, you can put a ttl on the table. based on what you described, you can append (suffix preferably) date to your row names so that you can do scans...
   Author: T Vinod Gupta, 2012-02-27, 10:30
Re: Couple of schema design questions - HBase - [mail # user]
...before even getting into schema design, im curious to know why you even need hbase to store logs?  coming to the options below, option 1 sounds very naive and unsophisticated.. you will...
   Author: T Vinod Gupta, 2012-02-27, 06:48
Sort:
project
HBase (49)
Hadoop (8)
type
mail # user (49)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (2)
last 9 months (49)
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)
T Vinod Gupta