You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Owen O'Malley <om...@apache.org> on 2011/02/18 17:59:08 UTC

Re: simple map reduce

Please keep user questions on mapreduce-user as per http://hadoop.apache.org/mailing_lists.html 
  .

On Feb 18, 2011, at 2:42 AM, Alessandro Binhara wrote:

> I need extend ArrayWritable ??? like this :
>
> public class IntArrayWritable extends ArrayWritable { public
> IntArrayWritable() { super(IntWritable.class); } }

Yes.

-- Owen