Hi,

On Wed, Jul 10, 2013 at 10:01 PM, Pradeep Gollakota <[email protected]>wrote:

> Instead of doing "values.add((Text) value);" try doing
> "values.add(value.toString());" (And make sure that values is of type
> List<String> instead of List<Text>)
>
> I'm not too sure of the details but the problem seems to be that you're
> trying to cast a GenericWritableComparable (i.e. Text) into String
> (chararray).
>

Yes, that worked. Thanks.
Apparently I've been programming MR jobs in native Java for too long ;)

Niels Basjes

Reply via email to