Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 18 from 18 (0.189s).
Loading phrases to help you
refine your search...
Re: WritableComparable - Hadoop - [mail # user]
...Thanks for all the help on this issue.  It turned out to be a very simple problem with my 'compareTo' implementation. The ordering was symmetric but _not_ transitive.  stan  O...
   Author: Stan Rosenberg, 2011-08-22, 15:53
Re: WritableComparable - Hadoop - [mail # user]
...On Tue, Aug 16, 2011 at 6:14 AM, Chris White wrote:   Thanks for the tip. I am using a hash partitioner (its the default) but my hash value is not based on an enum value.  In any c...
   Author: Stan Rosenberg, 2011-08-16, 14:20
Re: WritableComparable - Hadoop - [mail # user]
...On Sun, Aug 14, 2011 at 10:25 PM, Joey Echeverria  wrote:    The type of key1 is essentially a wrapper for java.util.UUID. Here is its readFields:  public void readFields...
   Author: Stan Rosenberg, 2011-08-15, 02:39
Re: WritableComparable - Hadoop - [mail # user]
...On Sun, Aug 14, 2011 at 9:33 PM, Joey Echeverria  wrote:    Yes, but only the equality between enum values.  Interestingly, when 'reduce' is called there are three instan...
   Author: Stan Rosenberg, 2011-08-15, 02:07
WritableComparable - Hadoop - [mail # user]
...Hi Folks,  After much poking around I am still unable to determine why I am seeing 'reduce' being called twice with the "same" key. Recall from my previous email that "sameness" is dete...
   Author: Stan Rosenberg, 2011-08-15, 01:20
WritableComparable and the case of duplicate keys in the reducer - Hadoop - [mail # user]
...Hi All,  Here is what's happening.  I have implemented my own WritableComparable keys and values. Inside a reducer I am seeing 'reduce'  being invoked with the "same" key _twi...
   Author: Stan Rosenberg, 2011-08-13, 15:14
Re: Deserialization in ReduceContext - Hadoop - [mail # user]
...On Thu, Aug 11, 2011 at 1:04 AM, Harsh J  wrote:     Many thanks!!...
   Author: Stan Rosenberg, 2011-08-13, 14:57
Deserialization in ReduceContext - Hadoop - [mail # user]
...Hi,  Would someone please explain why ReduceContext.nextKeyValue() creates only a single instance of the deserializing class? This is a rather non-standard semantics for deserialization...
   Author: Stan Rosenberg, 2011-08-11, 03:45
Sort:
project
Pig (64)
Hadoop (18)
MapReduce (11)
Kafka (6)
Hive (2)
type
mail # user (18)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (18)
author
Harsh J (1387)
Steve Loughran (942)
Owen O'Malley (816)
Todd Lipcon (759)
Arun C Murthy (577)
Eli Collins (516)
Allen Wittenauer (461)
Konstantin Boudnik (347)
Doug Cutting (344)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (304)
jason hadoop (279)
Stan Rosenberg