| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
802 (0.331s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PHP test suite failing - Avro - [mail # dev]
|
|
...PHP tests pass for me, but I'm using a slightly older version of PHP. % php --version PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli) (built: Mar 11 2013 14:31:48) Copyright (c) 1997-20...
|
|
|
Author: Doug Cutting,
2013-04-10, 18:44
|
|
|
Re: Parsing a Pair's value - inherited namespace? - Avro - [mail # user]
|
|
...This looks to be a bug. I filed a Jira issue and attached a patch at: https://issues.apache.org/jira/browse/AVRO-1295 Please let me know if this fixes things for you.  ...
|
|
|
Author: Doug Cutting,
2013-04-10, 18:39
|
|
|
[AVRO-1259] improve Trevni encoding of sparse fields - Avro - [issue]
|
|
...If in most records a field is null, Trevni writes a null byte (zero length) for that record in that column. This might be optimized by instead using a run-length encoding for lengths. ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1259
Author: Doug Cutting,
2013-03-29, 01:30
|
|
|
New Avro Committer: Martin Kleppmann - Avro - [mail # dev]
|
|
...The Avro PMC has voted to add Martin Kleppmann as a committer. Congratulations, Martin! If you accept, you need to file an Individual Contributor License Agreement (ICLA): ...
|
|
|
Author: Doug Cutting,
2013-03-27, 20:25
|
|
|
Re: Where are the rows in Trevni format? - Avro - [mail # user]
|
|
...Row numbers are not stored explicitly. They are the implicit in the ordinal position of values in the file. Values are not sorted but are in row order. The primary performa...
|
|
|
Author: Doug Cutting,
2013-03-21, 18:41
|
|
|
Re: Speed improvements for reflection-based serialization - Avro - [mail # user]
|
|
...More generally, Avro contribution guidelines are at: https://cwiki.apache.org/AVRO/how-to-contribute.html Doug On Thu, Mar 21, 2013 at 9:30 AM, Doug Cutting wrote:...
|
|
|
Author: Doug Cutting,
2013-03-21, 16:31
|
|
|
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
|
|
|
|