| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
27 (0.108s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1275] GenericData's toString() method generates the wrong JSON encoding for the bytes type - Avro - [issue]
|
|
...We discovered in AVRO-1274 that for bytes GenericData.toString(Object datum) incorrectly generates { "bytes" : "A" }rather than just "A" for the JSON encoding defined in the spec (http://avr...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1275
Author: Tom White,
2013-05-06, 21:52
|
|
|
[AVRO-1274] Add a schema builder API - Avro - [issue]
|
|
...It would be nice to have a fluent API that made it easier to construct record schemas....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1274
Author: Tom White,
2013-05-03, 01:15
|
|
|
[AVRO-1230] avro-mapred-1.7.3-hadoop1.jar does not work with Hadoop 1 - Avro - [issue]
|
|
...See report here: https://issues.apache.org/jira/browse/AVRO-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550789#comment-13550789...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1230
Author: Tom White,
2013-02-27, 00:54
|
|
|
Re: [VOTE] Avro release 1.7.4 (rc2) - Avro - [mail # dev]
|
|
...+1 verified checksums and signature, built from source, and checked the SVN tag. I also verified that the Hadoop 1 and 2 JARs are different (AVRO-1230). Cheers, Tom On Fri, Feb 2...
|
|
|
Author: Tom White,
2013-02-26, 15:12
|
|
|
[AVRO-575] AvroOutputFormat doesn't work for map-only jobs if only the map output schema has been set - Avro - [issue]
|
|
...AvroOutputFormat should use AvroJob.MAP_OUTPUT_SCHEMA for map-only jobs if AvroJob.OUTPUT_SCHEMA has not been set....
|
|
|
http://issues.apache.org/jira/browse/AVRO-575
Author: Tom White,
2013-01-21, 11:03
|
|
|
[AVRO-1170] Avro's new mapreduce APIs don't work with Hadoop 2 - Avro - [issue]
|
|
...Avro does not compile against Hadoop since some interfaces were changed to classes between Hadoop 1 and 2 (e.g. TaskAttemptContext)....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1170
Author: Tom White,
2013-01-11, 16:54
|
|
|
[AVRO-1200] DatumWriter can write malformed data if collection is modified during write - Avro - [issue]
|
|
...GenericDatumWriter's writeArray and writeMap methods write the size of the collection/map before writing the entries, so it's possible that the sizes will not match, which can cause data cor...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1200
Author: Tom White,
2012-12-10, 17:57
|
|
|
Re: [VOTE] Avro release 1.7.3 (rc2) - Avro - [mail # dev]
|
|
...+1 I verified checksums and signature, read LICENSE and NOTICE files, checked SVN source tag, built and ran Java tests. Cheers, Tom On Mon, Dec 3, 2012 at 6:41 PM, Doug Cut...
|
|
|
Author: Tom White,
2012-12-04, 11:26
|
|
|
Re: [VOTE] Avro release 1.7.3 (rc0) - Avro - [mail # dev]
|
|
...Doug, Thanks for rolling a release. AVRO-1170 introduced a new variant of avro-mapred which works with Hadoop 2. At the time I didn't update the release instructions to build thi...
|
|
|
Author: Tom White,
2012-11-30, 12:33
|
|
|
[AVRO-1155] Stringable Date test in TestReflect fails if timezone doesn't match locale's default - Avro - [issue]
|
|
...The problem is that java.util.Date's string contructor cannot reliably parse its toString() representation in some combinations of timezone and locale.This started happening after AVRO-1146....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1155
Author: Tom White,
2012-09-12, 09:22
|
|
|
|