Ah, that is an excellent point - it is core. I suppose the route I took, then - simply writing an IntDoubleWritable class - is probably the best option, as I'm unsure how to make a generic class implement Writable.
On Fri, Jul 23, 2010 at 3:29 AM, Sean Owen <[email protected]> wrote: > Is this class in core/ or math/? I forget and I'm away from the source. > The idea is that core/ should not depend on Hadoop at all. > > On Thu, Jul 22, 2010 at 10:21 PM, Shannon Quinn <[email protected]> wrote: > > Hi all, > > > > Quick question: I'd like to make use of the Pair object in a map/reduce > > task, but I see it only implements the Serializable interface, not the > > Writable interface. Would it be terribly forward if I offered to make > that > > modification? > > > > Thanks! > > > > Shannon > > >
