| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
46 (3.245s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: SpecificData.deepCopy exception with CDH4 - Avro - [mail # user]
|
|
...I printed out my classpath in the configure function of the mapper and reducer it looks like the jars in /usr/lib/hadoop/lib are still appearing first. So I must not be correctly setti...
|
|
|
Author: Jeremy Lewi,
2012-07-16, 07:17
|
|
|
Re: SpecificData.deepCopy exception with CDH4 - Avro - [mail # user]
|
|
...Thanks Alan. I'm still getting the same error as before. Here's how I'm running the job * - * hadoop jar ./target/contrail-1.0-SNAPSHOT-job.jar contrail.avro.QuickM...
|
|
|
Author: Jeremy Lewi,
2012-07-16, 06:34
|
|
|
SpecificData.deepCopy exception with CDH4 - Avro - [mail # user]
|
|
...hi avro-users, I'm getting the following exception when using avro 1.6.1 with CDH4. java.lang.NoSuchMethodError: org.apache.avro.specific.SpecificData.deepCopy(Lorg/apache/avro/Schema;...
|
|
|
Author: Jeremy Lewi,
2012-07-15, 01:59
|
|
|
[AVRO-1045] deepCopy of BYTES underflow exception - Avro - [issue]
|
|
...In org.apache.avro.generic.GenericData.deepCopy - the code for copying a ByteBuffer is ByteBuffer byteBufferValue = (ByteBuffer) value; &nb...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1045
Author: Jeremy Lewi,
2012-06-11, 20:01
|
|
|
Re: Code Generation from avsc files - Avro - [mail # user]
|
|
...I think your plugin configuration might be missing some lines. Here's what mine looks like: org.apache.avro ...
|
|
|
Author: Jeremy Lewi,
2012-03-30, 13:57
|
|
|
Re: AvroMapper map method not getting invoked - Avro - [mail # user]
|
|
...One thing I've run into is not properly overriding the map and reduce method. The AvroMapper ( http://svn.apache.org/viewvc/avro/trunk/lang/java/mapred/src/main/java/org/apache/avro/ma...
|
|
|
Author: Jeremy Lewi,
2012-03-29, 21:30
|
|
|
Re: Possible bug: byteBuffer limit not respected when copying - Avro - [mail # user]
|
|
...I filed a bug and attached a patch https://issues.apache.org/jira/browse/AVRO-1045 J On Sun, Mar 11, 2012 at 3:38 PM, Jeremy Lewi wrote: ...
|
|
|
Author: Jeremy Lewi,
2012-03-14, 17:30
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...I was using 1.6.0_27 and the @override decorator was a problem, maybe newer releases in the 1.6 set will work. J On Mon, Mar 12, 2012 at 10:42 AM, Doug Cutting wrote:  ...
|
|
|
Author: Jeremy Lewi,
2012-03-12, 18:09
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...Thanks James and Doug. I was able to simply cast the output of SpecificData...deepCopy to my type and it seems to bypass the problematic methods decorated with @override. What about th...
|
|
|
Author: Jeremy Lewi,
2012-03-12, 16:27
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...Looks like when I upgraded to Java 7 it ran fine. On Sun, Mar 11, 2012 at 9:07 PM, Jeremy Lewi wrote: ...
|
|
|
Author: Jeremy Lewi,
2012-03-12, 04:26
|
|
|
|