|
|
+
Jacob Metcalf 2012-07-05, 12:12
+
Garrett Wu 2012-07-16, 16:55
+
Alan Miller 2012-07-05, 09:45
-
Re: avro 1.7.0 with CDH4Alan Miller 2012-07-05, 11:02
I noticed that CDH4 has avro-1.5.4.jar in hadoop/lib so I modified my job so that: 1. avro-1.7.0.jar and avro-tools-1.7.0.jar is contained within my jar file in ./lib/ (note: I submit my job via hadoop jar myjar.jar myDriver <myopts ....>) 2. I have also set: mapreduce.task.classpath.first=true (in mapred-site.xml) to ensure the 1.7.0 jars from the lib dir in my.jar are used first (before avro-1.5.4). But I still get the same error. Any ideas? Alan -- View this message in context: http://apache-avro.679487.n3.nabble.com/avro-1-7-0-with-CDH4-tp4025149p4025150.html Sent from the Avro - Users mailing list archive at Nabble.com. +
Jacob Metcalf 2012-07-16, 17:11
|