| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
432 (0.805s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro versioning and SpecificDatum's - Avro - [mail # user]
|
|
...As Doug mentioned in the ticket, the problem is likely: new SpecificDatumReader() This should be new SpecificDatumReader(Record.class) Which sets the reader to reso...
|
|
|
Author: Scott Carey,
2011-09-20, 18:51
|
|
|
Re: Avro versioning and SpecificDatum's - Avro - [mail # user]
|
|
...That looks like a bug. What happens if there is no aliasing/renaming involved? Aliasing is a newer feature than field addition, removal, and promotion. This should be easy ...
|
|
|
Author: Scott Carey,
2011-09-20, 06:22
|
|
|
Re: Avro versioning and SpecificDatum's - Avro - [mail # user]
|
|
...What if you don't specify the schemas? The writer schema is in the data file, and configured automatically if unset. The reader schema is in the class, and configured automatically in ...
|
|
|
Author: Scott Carey,
2011-09-19, 18:31
|
|
|
Re: Avro versioning and SpecificDatum's - Avro - [mail # user]
|
|
...I version with SpecificDatum objects using avro data files and it works fine. I have seen problems arise if a user is configuring or reconfiguring the schemas on the DatumReader passed...
|
|
|
Author: Scott Carey,
2011-09-19, 18:16
|
|
|
Re: explicit schema verification? - Avro - [mail # user]
|
|
...Before the SpecificRecord Builder API, a common practice was to use wrapper classes and/or static helpers for your types so that users can only create valid objects. On 9/7/11 1:...
|
|
|
Author: Scott Carey,
2011-09-07, 20:59
|
|
|
Re: How do I get the Avro 1.5.3 Jars when build.sh gives "svn: '.' is not a working copy" error - Avro - [mail # user]
|
|
...The 'dist' target will not work from the tarball. The 'clean' and 'test' targets should work. 'test' will build all of it, among other things. 'dist' clones the svn storage...
|
|
|
Author: Scott Carey,
2011-09-06, 22:19
|
|
|
Re: transceiver can be shared between clients/threads? - Avro - [mail # user]
|
|
...I do not believe the current implementation is thread-safe. On 9/6/11 9:05 AM, "Yang" wrote: ...
|
|
|
Author: Scott Carey,
2011-09-06, 22:06
|
|
|
Re: How should I migrate 1.4 code to avro 1.5? - Avro - [mail # user]
|
|
...Start with a JIRA ticket and we can discuss and refine there. What we accept into the project must be attached as a patch to the JIRA ticket with the sign-off to Apache and proper lice...
|
|
|
Author: Scott Carey,
2011-09-03, 01:09
|
|
|
Re: schema handshake using HTTP headers - Avro - [mail # user]
|
|
...One of the reasons why HTTP was chosen for the reference RPC was because it can be made proxy friendly. Please open a JIRA on this issue to discuss. If you have an approach that ...
|
|
|
Author: Scott Carey,
2011-09-03, 01:05
|
|
|
Re: simultaneous read + write? - Avro - [mail # user]
|
|
...AvroDataFile deals with this for some cases. Is it an acceptable API for your use case? You can configure the block size to be very small and/or flush() regularly. If you d...
|
|
|
Author: Scott Carey,
2011-09-03, 00:58
|
|
|
|