| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
17 (0.108s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Jackson and Avro, nested schema - Avro - [mail # user]
|
|
...It seems to me that you defined "fields" as an Array (an IndexedRecord) but you provided input as a single Record. It might help if you change your JSON document so that "fields" is an array...
|
|
|
Author: Pankaj Shroff,
2013-05-11, 01:50
|
|
|
Re: For AVRO fans - Avro - [mail # user]
|
|
...+1 to all... :) On Thu, May 2, 2013 at 9:04 AM, Doug Cutting wrote: Pankaj Shroff [EMAIL PROTECTED]...
|
|
|
Author: Pankaj Shroff,
2013-05-03, 01:34
|
|
|
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
|
|
...This *could* get us closer to implementing a new "reader" extending DatumReader that reads text/json and generates Avro records (even SpecificRecord records). Vice versa - one could similarl...
|
|
|
Author: Pankaj Shroff,
2013-04-17, 14:16
|
|
|
Re: How is a union of multiple primitives handled? - Avro - [mail # user]
|
|
...struggling to solve my own problems with it, it appears like this is a common "problem" when using SpecificRecord and SpecificDatumReader. More specifically, if you are passing just a JSON s...
|
|
|
Author: Pankaj Shroff,
2013-04-16, 18:07
|
|
|
Re: Configuring avro-maven-plugin to generate java classes with non-default field properties - Avro - [mail # user]
|
|
...Interesting observation, could be of value to someone: when I tried what Doug suggested - at first a mvn clean install did not pick up the change in the avro-maven-plugin configuration (or s...
|
|
|
Author: Pankaj Shroff,
2013-03-15, 16:19
|
|
|
Re: Configuring avro-maven-plugin to generate java classes with non-default field properties - Avro - [mail # user]
|
|
...thanks doug! On Thu, Mar 14, 2013 at 6:11 PM, Doug Cutting wrote: Pankaj Shroff [EMAIL PROTECTED]...
|
|
|
Author: Pankaj Shroff,
2013-03-15, 09:06
|
|
|
Configuring avro-maven-plugin to generate java classes with non-default field properties - Avro - [mail # user]
|
|
...Hi In the OpenRTB reference implementation, I use the avro-maven-plugin exclusively to generate java classes from .avpr protocol definition files. Since release 1.6.1 of Avro (I believ...
|
|
|
Author: Pankaj Shroff,
2013-03-14, 06:53
|
|
|
Re: Bypassing "handshake" in Responder - Avro - [mail # user]
|
|
...Quick update on this issue. I think I finally figured out a way to bypass Avro style "handshake" when employing "custom" format or content type implementation but still trying to reuse or be...
|
|
|
Author: Pankaj Shroff,
2013-03-12, 21:01
|
|
|
Basic question regarding RPC - Avro - [mail # user]
|
|
...I have, perhaps, quite a basic question to help improve my understanding about RPC and maybe HttpServlets even. Hope someone on this list might be able to answer. How does one dispatch...
|
|
|
Author: Pankaj Shroff,
2013-03-05, 03:57
|
|
|
Re: Question about Avro "records" - Avro - [mail # user]
|
|
...Yes thats right, and the default value can be "null" - which is what makes "b" an "optional" field. You can define an optional field by defining it of type "union" in an Avro schema wh...
|
|
|
Author: Pankaj Shroff,
2013-02-27, 22:21
|
|
|
|