| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
432 (0.14s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Mapping MySQL schema to Avro - Avro - [mail # user]
|
|
...On a quick look pass, this looks sane, and nests many-to-one sets of data within the parent record. A few things to think about: * A double in mySQL will be a double in Avro, not a lon...
|
|
|
Author: Scott Carey,
2012-11-27, 21:06
|
|
|
Re: any movement on JSON encoding for RPC? - Avro - [mail # user]
|
|
...Avro can serialize in JSON, however most users use the compact binary serialization for performance and data storage reasons (JSON is typically 10x larger), and use the JSON format for debug...
|
|
|
Author: Scott Carey,
2012-11-27, 20:22
|
|
|
Re: Backwards compatible - Optional fields - Avro - [mail # user]
|
|
...A reader must always have the schema of the written data to decode it. When creating your Decoder, you must pass both the reader's schema and the schema as written. Once given th...
|
|
|
Author: Scott Carey,
2012-10-03, 06:28
|
|
|
Re: Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
|
|
...Yes, please file a bug in JIRA. It will get more attention there. On 8/30/12 11:06 PM, "Alexandre Normand" wrote: ...
|
|
|
Author: Scott Carey,
2012-08-31, 16:23
|
|
|
Re: Schema resolution failure when the writer's schema is a primitive type and the reader's schema is a union - Avro - [mail # user]
|
|
...My understanding of the spec is that promotion to a union should work as long as the prior type is a member of the union. What happens if the union in the reader schema union order is ...
|
|
|
Author: Scott Carey,
2012-08-31, 06:01
|
|
|
Re: Pig with Avro and HBase - Avro - [mail # user]
|
|
...I am using Pig on Avro data files, and Avro in HBase. Can you elaborate on what you mean by 'auto-load the schema'? In the sense that a big LOAD statement doesn't have to declare...
|
|
|
Author: Scott Carey,
2012-08-31, 02:45
|
|
|
Re: [VOTE] Avro release 1.7.1 (rc 0) - Avro - [mail # dev]
|
|
...On my mac (OSX Lion): $tar -tzf avro-1.7.1-rc0.tar.gz | grep SUCCESS.crc avro-src-1.7.1/lang/java/mapred/src/test/resources/org/apache/avro/mapreduc e/mapreduce-test-input.avro/._SUCCESS.crc...
|
|
|
Author: Scott Carey,
2012-07-20, 17:26
|
|
|
Re: [VOTE] Avro release 1.7.1 (rc 0) - Avro - [mail # dev]
|
|
...Checksums match, packaging looks good. My projects successfully compile and test against the artifacts in the maven repo. However, I am having issues completing unit tests for J...
|
|
|
Author: Scott Carey,
2012-07-20, 17:14
|
|
|
Re: schema repositories? - Avro - [mail # dev]
|
|
... On 7/10/12 11:25 AM, "Doug Cutting" wrote: If your source is a database table, or pub-sub topic, then multiple sources might have overlapping schemas at different points o...
|
|
|
Author: Scott Carey,
2012-07-10, 21:54
|
|
|
Re: schema repositories? - Avro - [mail # dev]
|
|
...Jay, This would be fantastic. I can sponsor getting this into Avro and help out. Please use AVRO-1006 or if it does not seem appropriate create another. I would like ...
|
|
|
Author: Scott Carey,
2012-07-10, 20:37
|
|
|
|