Ahh... okay i see:
The OLD AvroKey class only supports a single, ONE argument constructor.
/** The wrapper of keys for jobs configured with {@link AvroJob} . */
public class AvroKey<T> extends AvroWrapper<T> {
/** Wrap a key. */
public AvroKey(T datum) { super(datum); }
}
The NEW AvroKey Class (1.4) and up includes an empty constructor.
So it must be an old avro implementation on my
org.apache.avro.mapred.AvroKey on my classpath somewhere.
On Mon, Jan 6, 2014 at 9:16 AM, Jay Vyas <[email protected]> wrote:
> hmmm.. updated the sources but no luck :(
>
> .. I've posted the issue here:
> http://stackoverflow.com/questions/20951839/how-to-trace-the-origin-of-initv-failures-in-avro
> .
>
--
Jay Vyas
http://jayunit100.blogspot.com