| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
802 (0.141s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Bypassing "handshake" in Responder - Avro - [mail # user]
|
|
...This looks reasonable to me. Cheers, Doug On Tue, Mar 12, 2013 at 2:01 PM, Pankaj Shroff wrote:...
|
|
|
Author: Doug Cutting,
2013-03-13, 16:20
|
|
|
Re: different output schema when using org.apache.avro.mapred.AvroMultipleOutputs? - Avro - [mail # user]
|
|
...Can you please add this comment to that issue in Jira? Thanks! Doug On Mon, Mar 4, 2013 at 2:08 PM, Pierre Mariani wrote:...
|
|
|
Author: Doug Cutting,
2013-03-05, 16:37
|
|
|
[AVRO-1267] permit dashes in IDL property names - Avro - [issue]
|
|
...Since dashes are used in some schema property names, IDL ought to permit them in property names too so such properties can be specified in IDL....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1267
Author: Doug Cutting,
2013-03-04, 21:09
|
|
|
Re: Anonymous record schemas in data files - Avro - [mail # user]
|
|
...Schema.createRecord(List) should not be used except when creating protocol parameter list schemas. We should deprecate it in the next point release and make it package-private in the f...
|
|
|
Author: Doug Cutting,
2013-03-04, 18:16
|
|
|
Re: Java API again: some malformed schemas don't throw SchemaParseException... - Avro - [mail # user]
|
|
...I don't think that is intentional. Since SchemaParseException is a subclass of AvroRuntimeException, this can be changed back-compatibly, no? Doug On Sat, Mar 2, 2013 at 1:...
|
|
|
Author: Doug Cutting,
2013-03-04, 17:34
|
|
|
Re: Anonymous record schemas in data files - Avro - [mail # user]
|
|
...As Francis noted, anonymous records are not permitted. That said, the runtime uses anonymous record schemas internally to implement message parameter lists (which are written and read ...
|
|
|
Author: Doug Cutting,
2013-03-04, 17:31
|
|
|
Re: Schema evolution and projection - Avro - [mail # user]
|
|
...A default value is assumed to have the type of the first branch in the union. So if you want the default to be an int then the union needs to be of the form ["int", ...]. Doug &n...
|
|
|
Author: Doug Cutting,
2013-03-01, 22:47
|
|
|
Re: Trevni status - Avro - [mail # user]
|
|
...Ken, Trevni is alive and well. It's been included in the last two Avro releases, 1.7.3 and 1.7.4. There were some good improvements to Trevni in 1.7.4, so use that version ...
|
|
|
Author: Doug Cutting,
2013-03-01, 20:48
|
|
|
Re: different output schema when using org.apache.avro.mapred.AvroMultipleOutputs? - Avro - [mail # user]
|
|
...Is this the issue addressed by AVRO-1266? https://issues.apache.org/jira/browse/AVRO-1266 Doug On Thu, Feb 28, 2013 at 3:11 PM, Pierre Mariani wrote:...
|
|
|
Author: Doug Cutting,
2013-03-01, 19:07
|
|
|
Re: Trevni status - Avro - [mail # dev]
|
|
...Trevni is alive and well. It's been included in the last two Avro releases, 1.7.3 and 1.7.4. There were some good improvements to Trevni in 1.7.4, so use that version if possible...
|
|
|
Author: Doug Cutting,
2013-03-01, 17:46
|
|
|
|