| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
802 (0.077s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: schema repositories? - Avro - [mail # dev]
|
|
...Jay, This sounds to me like something of general utility that would make a great addition to Avro. To be clear, I assume you mean contributing this as source code for a service t...
|
|
|
Author: Doug Cutting,
2012-07-10, 18:25
|
|
|
Re: Avro file size is too big - Avro - [mail # user]
|
|
...You can use the Avro command-line tool to dump the metadata, which will show the schema and codec: java -jar avro-tools.jar getmeta Doug On Thu, Jul 5, 2012 at 3:11...
|
|
|
Author: Doug Cutting,
2012-07-05, 22:19
|
|
|
Re: ReflectDatumReader and Writer classes - Avro - [mail # user]
|
|
...Sounds like the word "simple" is confusing! So instead how about we just say, "See below for details and limitations"? Doug On Thu, Jul 5, 2012 at 11:01 AM, Peter Cameron &...
|
|
|
Author: Doug Cutting,
2012-07-05, 18:18
|
|
|
Re: ReflectDatumReader and Writer classes - Avro - [mail # user]
|
|
...Regardless of how we define "dynamic" that statement in the documentation is confusing. Folks do find Avro reflection useful in many cases and we should improve that statement. P...
|
|
|
Author: Doug Cutting,
2012-07-05, 17:42
|
|
|
Re: Avro file size is too big - Avro - [mail # user]
|
|
...Rusian, This is unexpected. Perhaps we can understand it if we have more information. What Writable class are you using for keys and values in the SequenceFile? What ...
|
|
|
Author: Doug Cutting,
2012-07-05, 17:24
|
|
|
release 1.7.1 soon? - Avro - [mail # dev]
|
|
...I'd like to roll a 1.7.1 release candidate later this week. Are there any issues that folks urgently want to get into this release? Doug...
|
|
|
Author: Doug Cutting,
2012-07-02, 22:14
|
|
|
Re: runtime error when casting Array<String> to String[] - Avro - [mail # user]
|
|
...On Thu, Jun 28, 2012 at 7:02 PM, Sameer Deokule wrote: This is possible in Avro 1.7 if you use ReflectDatumReader and the array schema includes either "java-class" or a "java-ele...
|
|
|
Author: Doug Cutting,
2012-07-02, 19:20
|
|
|
[AVRO-641] add SASL to socket transport - Avro - [issue]
|
|
...Java's socket transport is non-standard (not in the Avro spec) but might serve as a prototype of a future standard transport (AVRO-341).It would be useful to extend it to support SASL-based ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-641
Author: Doug Cutting,
2012-07-02, 00:15
|
|
|
[AVRO-625] RPC: permit out-of-order responses - Avro - [issue]
|
|
...It should be possible, when using a stateful, connection-based transport, for a client to complete a second request over a connection before the first request has returned. In other wo...
|
|
|
http://issues.apache.org/jira/browse/AVRO-625
Author: Doug Cutting,
2012-06-16, 15:47
|
|
|
Re: Record extensions? - Avro - [mail # user]
|
|
...Oops. That patch wasn't quite right. Here's a better one. The Responder method to override would be getLocal(Protocol remote). Index: lang/java/ipc/src/main/java/org/apache...
|
|
|
Author: Doug Cutting,
2012-06-14, 17:25
|
|
|
|