| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
40 (0.712s).
|
|
|
Loading phrases to help you refine your search...
|
|
avro object reuse - Avro - [mail # user]
|
|
...Hi, We have several mapreduce jobs using avro. They take too much memory when running on production. Can anybody suggest some object reuse techniques to cut dow...
|
|
|
Author: ey-chih chow,
2011-05-31, 17:38
|
|
|
[AVRO-780] union handling in ReflectDatumWriter - Avro - [issue]
|
|
...Our avdl schema definition for the record DeviceRow has a field:union {array<DynamicColumn4Games>, null} Games__;When we migrated our MR jobs from 1.4.0 to 1.5.0, we got following mess...
|
|
|
http://issues.apache.org/jira/browse/AVRO-780
Author: ey-chih chow,
2011-05-06, 19:14
|
|
|
RE: map reduce job for avro 1.5 broken - Avro - [mail # user]
|
|
...A JIRA is filed -- AVRO-792. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 30 Mar 2011 14:15:07 -0700 Subject: Re: map reduce job for avro 1.5 broken Can you f...
|
|
|
Author: ey-chih chow,
2011-03-30, 21:54
|
|
|
RE: map reduce job for avro 1.5 broken - Avro - [mail # user]
|
|
...Is there anybody can tell us why the map reduce job failed? We have switch ed back to Avro 1.4.0 and everything works fine again, but for us to cont inue using Avro in the future, we h...
|
|
|
Author: ey-chih chow,
2011-03-30, 20:04
|
|
|
RE: map reduce job for avro 1.5 broken - Avro - [mail # user]
|
|
...The signature of our map() is: public void map(Utf8 input, AvroCollector> co llector, Reporter reporter) throws IOException; and the correspond reduce() Is: public void reduce(Utf8 key, I...
|
|
|
Author: ey-chih chow,
2011-03-29, 00:47
|
|
|
RE: map reduce job for avro 1.5 broken - Avro - [mail # user]
|
|
...We got another stack trace as follows: java.lang.ArrayIndexOutOfBoundsException: 40 at org.apache.avro.io.parsing. Symbol$Alternative.getSymbol(Symbol.java:364) at org.apache.avro.io.Resolvi...
|
|
|
Author: ey-chih chow,
2011-03-28, 22:20
|
|
|
map reduce job for avro 1.5 broken - Avro - [mail # user]
|
|
...Hi, We have an avro map/reduce job used to be working with avro 1.4, but brok en with avro 1.5 when the reducer tried to do de-serilization. By looking at the trace, it looked li...
|
|
|
Author: ey-chih chow,
2011-03-28, 21:45
|
|
|
RE: is this a bug? - Avro - [mail # user]
|
|
...I have created a Unit test that can reproduce the problem. Do you want me to file a bug for this? Thanks. Ey-Chih Chow From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] D...
|
|
|
Author: ey-chih chow,
2011-03-16, 23:59
|
|
|
RE: is this a bug? - Avro - [mail # user]
|
|
...After I made the change mentioned in the previous message, The MR job was running. However, this did not fix the problem I mentioned at the begin ning of the topic. I got t...
|
|
|
Author: ey-chih chow,
2011-03-10, 23:16
|
|
|
RE: is this a bug? - Avro - [mail # user]
|
|
...I changed the Games__ field of the DeviceRow to union {null, array} Games__; the system seemed no longer complaining. Is this a right fix? Thanks. Ey-Chih Chow From: ...
|
|
|
Author: ey-chih chow,
2011-03-10, 22:28
|
|
|
|