| 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
|
|
|
|