| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
806 (0.295s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Speed improvements for reflection-based serialization - Avro - [mail # user]
|
|
...Leo, Please submit your patches, I'd love to see them. Create an issue in Jira and attach your changes there. https://issues.apache.org/jira/browse/AVRO Thanks,  ...
|
|
|
Author: Doug Cutting,
2013-03-21, 16:30
|
|
|
Re: Parsing canonical form of protocol definitions - Avro - [mail # user]
|
|
...The RPC handshake was designed to be tolerant of differences in the protocol hashing method. The java implementation uses MD5 of the protocol's un-normalized text. This could res...
|
|
|
Author: Doug Cutting,
2013-03-19, 16:05
|
|
|
Re: Avro and Hadoop 2 - Avro - [mail # user]
|
|
...Yes, Avro works with Hadoop 2.x. If you're using Avro's Mapreduce APIs then you need to use the version of these compiled against Hadop 2.x, e.g.: org.apache.avro ...
|
|
|
Author: Doug Cutting,
2013-03-14, 22:15
|
|
|
Re: Configuring avro-maven-plugin to generate java classes with non-default field properties - Avro - [mail # user]
|
|
...The fieldVisibility tag can be added to the avro-maven-plugin configuration in your pom.xml. For example: ... private ... ...
|
|
|
Author: Doug Cutting,
2013-03-14, 22:11
|
|
|
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
|
|
|
|